org.camunda.bpm.engine.rest.dto.identity
Class TenantDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.identity.TenantDto
public class TenantDto
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected String id
name
protected String name
TenantDto
public TenantDto()
getId
public String getId()
setId
public void setId(String id)
getName
public String getName()
setName
public void setName(String name)
fromTenant
public static TenantDto fromTenant(Tenant tenant)
fromTenantList
public static List<TenantDto> fromTenantList(List<Tenant> tenants)
update
public void update(Tenant tenant)
Copyright © 2016 camunda services GmbH. All rights reserved.