Package io.camunda.client.protocol.rest
Class RoleUserResult
java.lang.Object
io.camunda.client.protocol.rest.RoleUserResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-10-08T19:37:20.302687113Z[GMT]",
comments="Generator version: 7.12.0")
public class RoleUserResult
extends Object
RoleUserResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe username of the user.inthashCode()voidsetUsername(String username) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_USERNAME
- See Also:
-
-
Constructor Details
-
RoleUserResult
public RoleUserResult()
-
-
Method Details
-
username
-
getUsername
The username of the user.- Returns:
- username
-
setUsername
-
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
-