Package io.camunda.client.api.command
Interface UpdateGroupCommandStep1
- All Superinterfaces:
FinalCommandStep<UpdateGroupResponse>
- All Known Implementing Classes:
UpdateGroupCommandImpl
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) Sets the description for the group to be updated.Sets the name for the group to be updated.Methods inherited from interface io.camunda.client.api.command.FinalCommandStep
requestTimeout, send
-
Method Details
-
name
Sets the name for the group to be updated.- Parameters:
name- the group name to be updated- Returns:
- the builder for this command. Call
FinalCommandStep.send()to complete the command and send it to the broker.
-
description
Sets the description for the group to be updated.- Parameters:
description- the group description to be updated- Returns:
- the builder for this command. Call
FinalCommandStep.send()to complete the command and send it to the broker.
-