Package com.atlan.model.admin
Class UserMinimalResponse
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.net.ApiResource
com.atlan.model.admin.UserMinimalResponse
- All Implemented Interfaces:
AtlanResponseInterface
,Serializable
Specialized response for minimalist user details, as returned by some operations.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.atlan.net.ApiResource
ApiResource.RequestMethod
Nested classes/interfaces inherited from class com.atlan.model.core.AtlanObject
AtlanObject.AtlanObjectBuilder<C extends AtlanObject,
B extends AtlanObject.AtlanObjectBuilder<C, B>> -
Field Summary
Fields inherited from class com.atlan.net.ApiResource
CHARSET
Fields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
TBCDetailed attributes of the user.Time (epoch) at which the user was created, in milliseconds.TBCgetEmail()
Email address of the user.When true, the email address of the user has been verified.When true, the user is enabled.First name of the user.getId()
Unique identifier (GUID) of the user within Atlan.Last name (surname) of the user.TBCgetTotp()
TBCUsername of the user within Atlan.int
hashCode()
Convert this minimalist response into an AtlanUser object.toString()
Methods inherited from class com.atlan.net.ApiResource
checkNullTypedParams, createQueryString, createQueryString, getLastResponse, getRawJsonObject, request, request, request, request, request, request, request, requestPlainText, requestPlainText, setLastResponse, urlEncode, urlEncodeId
Methods inherited from class com.atlan.model.core.AtlanObject
setRawJsonObject, toJson
-
Constructor Details
-
UserMinimalResponse
public UserMinimalResponse()
-
-
Method Details
-
toAtlanUser
Convert this minimalist response into an AtlanUser object.- Returns:
- an AtlanUser representation of the same user
-
getUsername
Username of the user within Atlan. -
getId
Unique identifier (GUID) of the user within Atlan. -
getEmail
Email address of the user. -
getEmailVerified
When true, the email address of the user has been verified. -
getEnabled
When true, the user is enabled. When false, the user has been deactivated. -
getFirstName
First name of the user. -
getLastName
Last name (surname) of the user. -
getAttributes
Detailed attributes of the user. -
getCreatedTimestamp
Time (epoch) at which the user was created, in milliseconds. -
getTotp
TBC -
getDisableableCredentialTypes
TBC -
getRequiredActions
TBC -
getAccess
TBC -
equals
- Overrides:
equals
in classAtlanObject
-
canEqual
- Overrides:
canEqual
in classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAtlanObject
-
toString
Description copied from class:AtlanObject
- Overrides:
toString
in classApiResource
-