org.camunda.bpm.engine.rest.hal.tenant
Class HalTenant

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

public class HalTenant
extends HalResource<HalTenant>
implements HalIdResource


Field Summary
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
HalTenant()
           
 
Method Summary
static HalTenant fromTenant(Tenant tenant)
           
 String getId()
          return the identifier of the resource
 String getName()
           
 
Methods inherited from class org.camunda.bpm.engine.rest.hal.HalResource
addEmbedded, addEmbedded, addLink, addLink, embed, get_embedded, get_links, getEmbedded
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REL_SELF

public static final HalRelation REL_SELF

id

protected String id

name

protected String name
Constructor Detail

HalTenant

public HalTenant()
Method Detail

fromTenant

public static HalTenant fromTenant(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()


Copyright © 2016 camunda services GmbH. All rights reserved.