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