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 String
id
protected String
name
static HalRelation
REL_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 HalTenant
fromTenant(Tenant tenant)
String
getId()
return the identifier of the resourceString
getName()
-
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:HalIdResource
return the identifier of the resource- Specified by:
getId
in interfaceHalIdResource
-
getName
public String getName()
-
-