Class TenantApiRepresentation
java.lang.Object
com.cumulocity.rest.representation.BaseResourceRepresentation
com.cumulocity.rest.representation.AbstractExtensibleRepresentation
com.cumulocity.rest.representation.tenant.TenantApiRepresentation
- All Implemented Interfaces:
ResourceRepresentation
,org.svenson.DynamicProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setOptions
(OptionCollectionRepresentation options) void
setTenantApplicationForId
(String tenantApplicationForId) void
setTenantApplications
(String tenantApplications) void
setTenantForId
(String tenantForId) void
setTenantOptionForCategoryAndKey
(String tenantOptionForCategoryAndKey) void
setTenantOptionsForCategory
(String tenantOptionsForCategory) void
setTenants
(TenantCollectionRepresentation tenants) void
setTenantSystemOptions
(String tenantSystemOptions) void
setTenantSystemOptionsForCategoryAndKey
(String tenantSystemOptionsForCategoryAndKey) toString()
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
-
Constructor Details
-
TenantApiRepresentation
public TenantApiRepresentation()
-
-
Method Details
-
getURITemplates
-
getTenants
-
getOptions
-
getTenantForId
-
getTenantApplications
-
getTenantApplicationForId
-
getTenantOptionForCategoryAndKey
-
getTenantOptionsForCategory
-
getTenantSystemOptions
-
getTenantSystemOptionsForCategoryAndKey
-
setTenants
-
setOptions
-
setTenantForId
-
setTenantApplications
-
setTenantApplicationForId
-
setTenantOptionForCategoryAndKey
-
setTenantOptionsForCategory
-
setTenantSystemOptions
-
setTenantSystemOptionsForCategoryAndKey
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
- Overrides:
toString
in classBaseResourceRepresentation
-