Class TenantApiRepresentation

All Implemented Interfaces:
ResourceRepresentation, org.svenson.DynamicProperties

public class TenantApiRepresentation extends AbstractExtensibleRepresentation
  • Constructor Details

    • TenantApiRepresentation

      public TenantApiRepresentation()
  • Method Details

    • getURITemplates

      @JSONProperty(ignore=true) public List<String> getURITemplates()
    • getTenants

      public TenantCollectionRepresentation getTenants()
    • getOptions

      public OptionCollectionRepresentation getOptions()
    • getTenantForId

      public String getTenantForId()
    • getTenantApplications

      public String getTenantApplications()
    • getTenantApplicationForId

      public String getTenantApplicationForId()
    • getTenantOptionForCategoryAndKey

      public String getTenantOptionForCategoryAndKey()
    • getTenantOptionsForCategory

      public String getTenantOptionsForCategory()
    • getTenantSystemOptions

      public String getTenantSystemOptions()
    • getTenantSystemOptionsForCategoryAndKey

      public String getTenantSystemOptionsForCategoryAndKey()
    • setTenants

      public void setTenants(TenantCollectionRepresentation tenants)
    • setOptions

      public void setOptions(OptionCollectionRepresentation options)
    • setTenantForId

      public void setTenantForId(String tenantForId)
    • setTenantApplications

      public void setTenantApplications(String tenantApplications)
    • setTenantApplicationForId

      public void setTenantApplicationForId(String tenantApplicationForId)
    • setTenantOptionForCategoryAndKey

      public void setTenantOptionForCategoryAndKey(String tenantOptionForCategoryAndKey)
    • setTenantOptionsForCategory

      public void setTenantOptionsForCategory(String tenantOptionsForCategory)
    • setTenantSystemOptions

      public void setTenantSystemOptions(String tenantSystemOptions)
    • setTenantSystemOptionsForCategoryAndKey

      public void setTenantSystemOptionsForCategoryAndKey(String tenantSystemOptionsForCategoryAndKey)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class BaseResourceRepresentation