Package io.camunda.client.protocol.rest
Class GroupUpdateResult
java.lang.Object
io.camunda.client.protocol.rest.GroupUpdateResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class GroupUpdateResult
extends Object
GroupUpdateResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanThe description of the group.The unique group ID.getName()The name of the group.inthashCode()voidsetDescription(String description) voidsetGroupId(String groupId) voidtoString()
-
Field Details
-
JSON_PROPERTY_GROUP_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
-
Constructor Details
-
GroupUpdateResult
public GroupUpdateResult()
-
-
Method Details
-
groupId
-
getGroupId
The unique group ID.- Returns:
- groupId
-
setGroupId
-
name
-
getName
The name of the group.- Returns:
- name
-
setName
-
description
-
getDescription
The description of the group.- Returns:
- description
-
setDescription
-
equals
-
hashCode
public int hashCode() -
toString
-