Package io.camunda.client.api.response
Interface CreateGroupResponse
- All Known Implementing Classes:
CreateGroupResponseImpl
public interface CreateGroupResponse
-
Method Summary
Modifier and TypeMethodDescriptionReturns the description of the created group.Returns the ID of the created group.getName()Returns the name of the created group.
-
Method Details
-
getGroupId
String getGroupId()Returns the ID of the created group.- Returns:
- the ID of the created group.
-
getName
String getName()Returns the name of the created group.- Returns:
- the name of the created group.
-
getDescription
String getDescription()Returns the description of the created group.- Returns:
- the description of the created group.
-