Package io.camunda.client.api.response
Interface CreateTenantResponse
- All Known Implementing Classes:
CreateTenantResponseImpl
public interface CreateTenantResponse
-
Method Summary
Modifier and TypeMethodDescriptionReturns the description of the created tenant.getName()Returns the name of the created tenant.Returns the id of the created tenant.longReturns the key of the created tenant.
-
Method Details
-
getTenantKey
long getTenantKey()Returns the key of the created tenant.- Returns:
- the key of the created tenant.
-
getTenantId
String getTenantId()Returns the id of the created tenant. -
getName
String getName()Returns the name of the created tenant. -
getDescription
String getDescription()Returns the description of the created tenant.
-