public class TenantCollectionRepresentation extends BaseCollectionRepresentation<TenantRepresentation>
Constructor and Description |
---|
TenantCollectionRepresentation() |
Modifier and Type | Method and Description |
---|---|
List<TenantRepresentation> |
getTenants() |
Iterator<TenantRepresentation> |
iterator() |
void |
setTenants(List<TenantRepresentation> tenants) |
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<TenantRepresentation> getTenants()
@JSONTypeHint(value=TenantRepresentation.class) public void setTenants(List<TenantRepresentation> tenants)
@JSONProperty(ignore=true) public Iterator<TenantRepresentation> iterator()
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.