Package org.openapitools.client.model
Class AppUser
java.lang.Object
org.openapitools.client.model.AppUser
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-14T14:39:12.692995-05:00[America/Chicago]")
public class AppUser
extends Object
AppUser
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncredentials
(AppUserCredentials credentials) boolean
Get createdGet credentialsGet embeddedGet externalIdgetId()
Get idGet lastSyncGet lastUpdatedgetLinks()
Get linksGet passwordChangedorg.openapitools.jackson.nullable.JsonNullable<OffsetDateTime>
Get profilegetScope()
Get scopeGet statusGet statusChangedGet syncStateint
hashCode()
putProfileItem
(String key, Object profileItem) void
setCredentials
(AppUserCredentials credentials) void
void
void
setProfile
(Map<String, Object> profile) void
toString()
-
Field Details
-
JSON_PROPERTY_CREATED
- See Also:
-
JSON_PROPERTY_CREDENTIALS
- See Also:
-
JSON_PROPERTY_EXTERNAL_ID
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_LAST_SYNC
- See Also:
-
JSON_PROPERTY_LAST_UPDATED
- See Also:
-
JSON_PROPERTY_PASSWORD_CHANGED
- See Also:
-
JSON_PROPERTY_PROFILE
- See Also:
-
JSON_PROPERTY_SCOPE
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_STATUS_CHANGED
- See Also:
-
JSON_PROPERTY_SYNC_STATE
- See Also:
-
JSON_PROPERTY_EMBEDDED
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
AppUser
public AppUser()
-
-
Method Details
-
getCreated
Get created- Returns:
- created
-
credentials
-
getCredentials
Get credentials- Returns:
- credentials
-
setCredentials
-
getExternalId
Get externalId- Returns:
- externalId
-
id
-
getId
Get id- Returns:
- id
-
setId
-
getLastSync
Get lastSync- Returns:
- lastSync
-
getLastUpdated
Get lastUpdated- Returns:
- lastUpdated
-
getPasswordChanged
Get passwordChanged- Returns:
- passwordChanged
-
getPasswordChanged_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getPasswordChanged_JsonNullable() -
profile
-
putProfileItem
-
getProfile
Get profile- Returns:
- profile
-
setProfile
-
scope
-
getScope
Get scope- Returns:
- scope
-
setScope
-
getStatus
Get status- Returns:
- status
-
getStatusChanged
Get statusChanged- Returns:
- statusChanged
-
getSyncState
Get syncState- Returns:
- syncState
-
getEmbedded
Get embedded- Returns:
- embedded
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-