Package io.camunda.client.api.command
Interface UpdateTenantCommandStep1
- All Superinterfaces:
FinalCommandStep<UpdateTenantResponse>
- All Known Implementing Classes:
UpdateTenantCommandImpl
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) Set the new description for the tenant.Set the new name for the tenant.Methods inherited from interface io.camunda.client.api.command.FinalCommandStep
requestTimeout, send
-
Method Details
-
name
Set the new name for the tenant.- Parameters:
name- the tenant name- Returns:
- the builder for this command
-
description
Set the new description for the tenant.
-