Package io.camunda.client.protocol.rest
Class UserResult
java.lang.Object
io.camunda.client.protocol.rest.UserResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-25T13:39:08.081076719Z[GMT]",
comments="Generator version: 7.10.0")
public class UserResult
extends Object
UserResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetEmail()The email of the user.getId()The ID of the user.getKey()The key of the user.getName()The name of the user.The username of the user.inthashCode()voidvoidvoidvoidvoidsetUsername(String username) 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_USERNAME
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_EMAIL
- See Also:
-
JSON_PROPERTY_KEY
- See Also:
-
-
Constructor Details
-
UserResult
public UserResult()
-
-
Method Details
-
id
-
getId
The ID of the user.- Returns:
- id
-
setId
-
username
-
getUsername
The username of the user.- Returns:
- username
-
setUsername
-
name
-
getName
The name of the user.- Returns:
- name
-
setName
-
email
-
getEmail
The email of the user.- Returns:
-
setEmail
-
key
-
getKey
The key of the user.- Returns:
- key
-
setKey
-
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
-