Package io.camunda.client.protocol.rest
Class RoleUpdateResult
java.lang.Object
io.camunda.client.protocol.rest.RoleUpdateResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class RoleUpdateResult
extends Object
RoleUpdateResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanThe description of the updated role.getName()The display name of the updated role.The ID of the updated role.inthashCode()voidsetDescription(String description) voidvoidtoString()
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_ROLE_ID
- See Also:
-
-
Constructor Details
-
RoleUpdateResult
public RoleUpdateResult()
-
-
Method Details
-
name
-
getName
The display name of the updated role.- Returns:
- name
-
setName
-
description
-
getDescription
The description of the updated role.- Returns:
- description
-
setDescription
-
roleId
-
getRoleId
The ID of the updated role.- Returns:
- roleId
-
setRoleId
-
equals
-
hashCode
public int hashCode() -
toString
-