Package io.camunda.client.impl.response
Class UpdateGroupResponseImpl
java.lang.Object
io.camunda.client.impl.response.UpdateGroupResponseImpl
- All Implemented Interfaces:
UpdateGroupResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the description of the updated group.Returns the unique identifier (ID) of the updated group.getName()Returns the name of the updated group.setResponse(GroupUpdateResult response)
-
Constructor Details
-
UpdateGroupResponseImpl
public UpdateGroupResponseImpl()
-
-
Method Details
-
getGroupId
Description copied from interface:UpdateGroupResponseReturns the unique identifier (ID) of the updated group.The group ID is a user-defined identifier for the group. It is specified when the group is created and is often used for human-readable identification or external references.
- Specified by:
getGroupIdin interfaceUpdateGroupResponse- Returns:
- the user-defined group ID.
-
getName
Description copied from interface:UpdateGroupResponseReturns the name of the updated group.- Specified by:
getNamein interfaceUpdateGroupResponse- Returns:
- the tenant name.
-
getDescription
Description copied from interface:UpdateGroupResponseReturns the description of the updated group.- Specified by:
getDescriptionin interfaceUpdateGroupResponse
-
setResponse
-