Class GroupDto
java.lang.Object
org.camunda.community.rest.client.dto.GroupDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class GroupDto
extends Object
GroupDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()The id of the group.org.openapitools.jackson.nullable.JsonNullable<String>getName()The name of the group.org.openapitools.jackson.nullable.JsonNullable<String>getType()The type of the group.org.openapitools.jackson.nullable.JsonNullable<String>inthashCode()voidvoidsetId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> id) voidvoidsetName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> name) voidvoidsetType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> type) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
GroupDto
public GroupDto()
-
-
Method Details
-
id
-
getId
The id of the group.- Returns:
- id
-
getId_JsonNullable
-
setId_JsonNullable
-
setId
-
name
-
getName
The name of the group.- Returns:
- name
-
getName_JsonNullable
-
setName_JsonNullable
-
setName
-
type
-
getType
The type of the group.- Returns:
- type
-
getType_JsonNullable
-
setType_JsonNullable
-
setType
-
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
-