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 Summary
Fields Modifier and Type Field Description protected Stringidprotected Stringnamestatic HalRelationREL_SELF-
Fields inherited from class org.camunda.bpm.engine.rest.hal.HalResource
_embedded, _links, linker
-
-
Constructor Summary
Constructors Constructor Description HalTenant()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HalTenantfromTenant(Tenant tenant)StringgetId()return the identifier of the resourceStringgetName()-
Methods inherited from class org.camunda.bpm.engine.rest.hal.HalResource
addEmbedded, addEmbedded, addLink, addLink, embed, get_embedded, get_links, getEmbedded
-
-
-
-
Field Detail
-
REL_SELF
public static final HalRelation REL_SELF
-
id
protected String id
-
name
protected String name
-
-
Method Detail
-
getId
public String getId()
Description copied from interface:HalIdResourcereturn the identifier of the resource- Specified by:
getIdin interfaceHalIdResource
-
getName
public String getName()
-
-