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