public class ApplicationUserCollectionRepresentation extends BaseCollectionRepresentation<ApplicationUserRepresentation>
Modifier and Type | Class and Description |
---|---|
static class |
ApplicationUserCollectionRepresentation.ApplicationUserCollectionRepresentationBuilder |
Constructor and Description |
---|
ApplicationUserCollectionRepresentation() |
ApplicationUserCollectionRepresentation(List<ApplicationUserRepresentation> users) |
Modifier and Type | Method and Description |
---|---|
static ApplicationUserCollectionRepresentation.ApplicationUserCollectionRepresentationBuilder |
applicationUserCollectionRepresentation() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<ApplicationUserRepresentation> |
getUsers() |
int |
hashCode() |
Iterator<ApplicationUserRepresentation> |
iterator() |
void |
setUsers(List<ApplicationUserRepresentation> users) |
String |
toString() |
getNext, getPageStatistics, getPrev, setNext, setPageStatistics, setPrev
getSelf, getSelfDecoded, setSelf, toJSON
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
public ApplicationUserCollectionRepresentation()
public ApplicationUserCollectionRepresentation(List<ApplicationUserRepresentation> users)
@JSONProperty(ignore=true) public Iterator<ApplicationUserRepresentation> iterator()
@JSONTypeHint(value=ApplicationUserRepresentation.class) public List<ApplicationUserRepresentation> getUsers()
public static ApplicationUserCollectionRepresentation.ApplicationUserCollectionRepresentationBuilder applicationUserCollectionRepresentation()
public void setUsers(List<ApplicationUserRepresentation> users)
public String toString()
toString
in class BaseResourceRepresentation
protected boolean canEqual(Object other)
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.