Package io.camunda.client.api.command
Interface CreateGroupCommandStep1
- All Superinterfaces:
FinalCommandStep<CreateGroupResponse>
- All Known Implementing Classes:
CreateGroupCommandImpl
-
Method Summary
Modifier and TypeMethodDescriptionSet the name for the group to be created.Methods inherited from interface io.camunda.client.api.command.FinalCommandStep
requestTimeout, send
-
Method Details
-
name
Set the name for the group to be created.- Parameters:
name- the group name- Returns:
- the builder for this command
-