Class TenantDto
- java.lang.Object
-
- org.camunda.bpm.engine.rest.dto.identity.TenantDto
-
public class TenantDto extends Object
-
-
Constructor Summary
Constructors Constructor Description TenantDto()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TenantDto
fromTenant(Tenant tenant)
static List<TenantDto>
fromTenantList(List<Tenant> tenants)
String
getId()
String
getName()
void
setId(String id)
void
setName(String name)
void
update(Tenant tenant)
-