Class UserReferenceCollectionRepresentation
- java.lang.Object
-
- com.cumulocity.rest.representation.BaseResourceRepresentation
-
- com.cumulocity.rest.representation.AbstractExtensibleRepresentation
-
- com.cumulocity.rest.representation.BaseResourceWithExplainRepresentation
-
- com.cumulocity.rest.representation.BaseCollectionRepresentation<UserReferenceRepresentation>
-
- com.cumulocity.rest.representation.user.UserReferenceCollectionRepresentation
-
- All Implemented Interfaces:
ReferenceRepresentation,ResourceRepresentation,Iterable<UserReferenceRepresentation>,org.svenson.DynamicProperties
public class UserReferenceCollectionRepresentation extends BaseCollectionRepresentation<UserReferenceRepresentation> implements ReferenceRepresentation
-
-
Constructor Summary
Constructors Constructor Description UserReferenceCollectionRepresentation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<UserReferenceRepresentation>getReferences()Iterator<UserReferenceRepresentation>iterator()voidsetReferences(List<UserReferenceRepresentation> references)-
Methods inherited from class com.cumulocity.rest.representation.BaseCollectionRepresentation
getNext, getPageStatistics, getPrev, setNext, setPageStatistics, setPrev
-
Methods inherited from class com.cumulocity.rest.representation.BaseResourceWithExplainRepresentation
getQueryPlanner, setQueryPlanner
-
Methods inherited from class com.cumulocity.rest.representation.AbstractExtensibleRepresentation
get, get, getAttrs, getProperty, hasProperty, propertyNames, removeProperty, set, set, set, setAttrs, setProperty
-
Methods inherited from class com.cumulocity.rest.representation.BaseResourceRepresentation
getSelf, getSelfDecoded, setSelf, toJSON, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
getReferences
@JSONTypeHint(UserReferenceRepresentation.class) public List<UserReferenceRepresentation> getReferences()
-
setReferences
public void setReferences(List<UserReferenceRepresentation> references)
-
iterator
@JSONProperty(ignore=true) public Iterator<UserReferenceRepresentation> iterator()
- Specified by:
iteratorin interfaceIterable<UserReferenceRepresentation>
-
-