Package io.camunda.client.api.response
Interface UpdateGroupResponse
- All Known Implementing Classes:
UpdateGroupResponseImpl
public interface UpdateGroupResponse
-
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.
-
Method Details
-
getGroupId
String getGroupId()Returns 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.
- Returns:
- the user-defined group ID.
-
getName
String getName()Returns the name of the updated group.- Returns:
- the tenant name.
-
getDescription
String getDescription()Returns the description of the updated group.
-