org.camunda.bpm.engine.rest.hal.tenant
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REL_SELF
public static final HalRelation REL_SELF
id
protected String id
name
protected String name
HalTenant
public HalTenant()
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.