Package io.camunda.client.api.response
Interface UpdateTenantResponse
- All Known Implementing Classes:
UpdateTenantResponseImpl
public interface UpdateTenantResponse
-
Method Summary
Modifier and TypeMethodDescriptionReturns the description of the updated tenant.getName()Returns the name of the updated tenant.Returns the unique identifier (ID) of the updated tenant.
-
Method Details
-
getTenantId
String getTenantId()Returns the unique identifier (ID) of the updated tenant.The tenant ID is a user-defined identifier for the tenant. It is specified when the tenant is created and is often used for human-readable identification or external references.
- Returns:
- the user-defined tenant ID.
-
getName
String getName()Returns the name of the updated tenant.- Returns:
- the tenant name.
-
getDescription
String getDescription()Returns the description of the updated tenant.
-