Package io.camunda.client.protocol.rest
Class GroupCreateResult
java.lang.Object
io.camunda.client.protocol.rest.GroupCreateResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class GroupCreateResult
extends Object
GroupCreateResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanThe description of the created group.The ID of the created group.getName()The display name of the created 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
-
GroupCreateResult
public GroupCreateResult()
-
-
Method Details
-
groupId
-
getGroupId
The ID of the created group.- Returns:
- groupId
-
setGroupId
-
name
-
getName
The display name of the created group.- Returns:
- name
-
setName
-
description
-
getDescription
The description of the created group.- Returns:
- description
-
setDescription
-
equals
-
hashCode
public int hashCode() -
toString
-