Package io.camunda.client.protocol.rest
Class GroupCreateRequest
java.lang.Object
io.camunda.client.protocol.rest.GroupCreateRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-04T12:01:10.435788262Z[GMT]",
comments="Generator version: 7.12.0")
public class GroupCreateRequest
extends Object
GroupCreateRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanThe description of the new group.The ID of the new group.getName()The display name of the new group.inthashCode()voidsetDescription(String description) voidsetGroupId(String groupId) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_GROUP_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
-
Constructor Details
-
GroupCreateRequest
public GroupCreateRequest()
-
-
Method Details
-
groupId
-
getGroupId
The ID of the new group.- Returns:
- groupId
-
setGroupId
-
name
-
getName
The display name of the new group.- Returns:
- name
-
setName
-
description
-
getDescription
The description of the new group.- Returns:
- description
-
setDescription
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-