Package io.camunda.client.protocol.rest
Class RoleCreateResult
java.lang.Object
io.camunda.client.protocol.rest.RoleCreateResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-10-08T19:37:20.302687113Z[GMT]",
comments="Generator version: 7.12.0")
public class RoleCreateResult
extends Object
RoleCreateResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanThe description of the created role.getName()The display name of the created role.The ID of the created role.inthashCode()voidsetDescription(String description) voidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ROLE_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
-
Constructor Details
-
RoleCreateResult
public RoleCreateResult()
-
-
Method Details
-
roleId
-
getRoleId
The ID of the created role.- Returns:
- roleId
-
setRoleId
-
name
-
getName
The display name of the created role.- Returns:
- name
-
setName
-
description
-
getDescription
The description of the created role.- 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
-