Class HalTenant

java.lang.Object
org.camunda.bpm.engine.rest.hal.HalResource<HalTenant>
org.camunda.bpm.engine.rest.hal.tenant.HalTenant
All Implemented Interfaces:
HalIdResource

public class HalTenant extends HalResource<HalTenant> implements HalIdResource
  • Field Details

  • Constructor Details

    • HalTenant

      public HalTenant()
  • Method Details

    • fromTenant

      public static HalTenant fromTenant(org.camunda.bpm.engine.identity.Tenant tenant)
    • getId

      public String getId()
      Description copied from interface: HalIdResource
      return the identifier of the resource
      Specified by:
      getId in interface HalIdResource
    • getName

      public String getName()