com.cumulocity.rest.representation.tenant
Class TenantCollectionRepresentation

java.lang.Object
  extended by com.cumulocity.rest.representation.BaseResourceRepresentation
      extended by com.cumulocity.rest.representation.BaseCollectionRepresentation
          extended by com.cumulocity.rest.representation.tenant.TenantCollectionRepresentation
All Implemented Interfaces:
ResourceRepresentation

public class TenantCollectionRepresentation
extends BaseCollectionRepresentation


Constructor Summary
TenantCollectionRepresentation()
           
 
Method Summary
 List<TenantRepresentation> getTenants()
           
 void setTenants(List<TenantRepresentation> tenants)
           
 
Methods inherited from class com.cumulocity.rest.representation.BaseCollectionRepresentation
getNext, getPageStatistics, getPrev, setNext, setPageStatistics, setPrev
 
Methods inherited from class com.cumulocity.rest.representation.BaseResourceRepresentation
getSelf, setSelf, toJSON, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TenantCollectionRepresentation

public TenantCollectionRepresentation()
Method Detail

getTenants

public List<TenantRepresentation> getTenants()

setTenants

@JSONTypeHint(value=TenantUsageStatisticsRepresentation.class)
public void setTenants(List<TenantRepresentation> tenants)


Copyright © 2013 (C) Cumulocity GmbH. All Rights Reserved.