Package io.camunda.client.api.command
Interface CreateGroupCommandStep1.CreateGroupCommandStep2
- All Superinterfaces:
FinalCommandStep<CreateGroupResponse>
- All Known Implementing Classes:
CreateGroupCommandImpl
- Enclosing interface:
CreateGroupCommandStep1
public static interface CreateGroupCommandStep1.CreateGroupCommandStep2
extends FinalCommandStep<CreateGroupResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) Set the description for the group to be created..Set the name for the group to be created.Methods inherited from interface io.camunda.client.api.command.FinalCommandStep
execute, 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
-
description
Set the description for the group to be created..- Parameters:
description- the group description- Returns:
- the builder for this command
-