Class UserProfileDto
java.lang.Object
org.camunda.community.rest.client.dto.UserProfileDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class UserProfileDto
extends Object
UserProfileDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetEmail()The email of the user.org.openapitools.jackson.nullable.JsonNullable<String>The first name of the user.org.openapitools.jackson.nullable.JsonNullable<String>getId()The id of the user.org.openapitools.jackson.nullable.JsonNullable<String>The first name of the user.org.openapitools.jackson.nullable.JsonNullable<String>inthashCode()voidvoidsetEmail_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> email) voidsetFirstName(String firstName) voidsetFirstName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> firstName) voidvoidsetId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> id) voidsetLastName(String lastName) voidsetLastName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> lastName) 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_FIRST_NAME
- See Also:
-
JSON_PROPERTY_LAST_NAME
- See Also:
-
JSON_PROPERTY_EMAIL
- See Also:
-
-
Constructor Details
-
UserProfileDto
public UserProfileDto()
-
-
Method Details
-
id
-
getId
The id of the user.- Returns:
- id
-
getId_JsonNullable
-
setId_JsonNullable
-
setId
-
firstName
-
getFirstName
The first name of the user.- Returns:
- firstName
-
getFirstName_JsonNullable
-
setFirstName_JsonNullable
public void setFirstName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> firstName) -
setFirstName
-
lastName
-
getLastName
The first name of the user.- Returns:
- lastName
-
getLastName_JsonNullable
-
setLastName_JsonNullable
public void setLastName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> lastName) -
setLastName
-
email
-
getEmail
The email of the user.- Returns:
-
getEmail_JsonNullable
-
setEmail_JsonNullable
-
setEmail
-
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
-