Package io.camunda.client.impl.response
Class CreateGroupResponseImpl
java.lang.Object
io.camunda.client.impl.response.CreateGroupResponseImpl
- All Implemented Interfaces:
CreateGroupResponse
-
Constructor Summary
Constructors -
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.setResponse(GroupCreateResult response)
-
Constructor Details
-
CreateGroupResponseImpl
public CreateGroupResponseImpl()
-
-
Method Details
-
getGroupId
Description copied from interface:CreateGroupResponseReturns the ID of the created group.- Specified by:
getGroupIdin interfaceCreateGroupResponse- Returns:
- the ID of the created group.
-
getName
Description copied from interface:CreateGroupResponseReturns the name of the created group.- Specified by:
getNamein interfaceCreateGroupResponse- Returns:
- the name of the created group.
-
getDescription
Description copied from interface:CreateGroupResponseReturns the description of the created group.- Specified by:
getDescriptionin interfaceCreateGroupResponse- Returns:
- the description of the created group.
-
setResponse
-