public class TrustedCertificateCollectionRepresentation extends BaseCollectionRepresentation<TrustedCertificateRepresentation>
Constructor and Description |
---|
TrustedCertificateCollectionRepresentation() |
TrustedCertificateCollectionRepresentation(List<TrustedCertificateRepresentation> certificates) |
Modifier and Type | Method and Description |
---|---|
List<TrustedCertificateRepresentation> |
getCertificates() |
Iterator<TrustedCertificateRepresentation> |
iterator() |
void |
setCertificates(List<TrustedCertificateRepresentation> certificates) |
getNext, getPageStatistics, getPrev, setNext, setPageStatistics, setPrev
getSelf, getSelfDecoded, setSelf, toJSON, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public TrustedCertificateCollectionRepresentation(List<TrustedCertificateRepresentation> certificates)
public TrustedCertificateCollectionRepresentation()
@JSONTypeHint(value=TrustedCertificateRepresentation.class) public void setCertificates(List<TrustedCertificateRepresentation> certificates)
public Iterator<TrustedCertificateRepresentation> iterator()
@JSONTypeHint(value=TrustedCertificateRepresentation.class) public List<TrustedCertificateRepresentation> getCertificates()
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.