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