Class IdentityServiceUserDto
java.lang.Object
org.camunda.community.rest.client.dto.IdentityServiceUserDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class IdentityServiceUserDto
extends Object
IdentityServiceUserDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondisplayName(String displayName) booleanThe displayName is generated from the id or firstName and lastName if available.org.openapitools.jackson.nullable.JsonNullable<String>The firstname of the user.org.openapitools.jackson.nullable.JsonNullable<String>getId()The id of the user.org.openapitools.jackson.nullable.JsonNullable<String>The lastname of the user.org.openapitools.jackson.nullable.JsonNullable<String>inthashCode()voidsetDisplayName(String displayName) voidsetDisplayName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> displayName) 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_DISPLAY_NAME
- See Also:
-
-
Constructor Details
-
IdentityServiceUserDto
public IdentityServiceUserDto()
-
-
Method Details
-
id
-
getId
The id of the user.- Returns:
- id
-
getId_JsonNullable
-
setId_JsonNullable
-
setId
-
firstName
-
getFirstName
The firstname of the user.- Returns:
- firstName
-
getFirstName_JsonNullable
-
setFirstName_JsonNullable
public void setFirstName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> firstName) -
setFirstName
-
lastName
-
getLastName
The lastname of the user.- Returns:
- lastName
-
getLastName_JsonNullable
-
setLastName_JsonNullable
public void setLastName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> lastName) -
setLastName
-
displayName
-
getDisplayName
The displayName is generated from the id or firstName and lastName if available.- Returns:
- displayName
-
getDisplayName_JsonNullable
-
setDisplayName_JsonNullable
public void setDisplayName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> displayName) -
setDisplayName
-
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
-