Package com.okta.sdk.resource.model
Class IdentityProviderApplicationUser
java.lang.Object
com.okta.sdk.resource.model.IdentityProviderApplicationUser
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-01-30T09:30:33.152574-06:00[America/Chicago]")
public class IdentityProviderApplicationUser
extends Object
implements Serializable
IdentityProviderApplicationUser
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexternalId(String externalId) Get createdGet embeddedGet externalIdgetId()Get idGet lastUpdatedgetLinks()Get linksGet profileinthashCode()lastUpdated(String lastUpdated) putProfileItem(String key, Object profileItem) voidsetCreated(String created) voidsetExternalId(String externalId) voidsetLastUpdated(String lastUpdated) voidvoidsetProfile(Map<String, Object> profile) toString()
-
Field Details
-
JSON_PROPERTY_CREATED
- See Also:
-
JSON_PROPERTY_EXTERNAL_ID
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_LAST_UPDATED
- See Also:
-
JSON_PROPERTY_PROFILE
- See Also:
-
JSON_PROPERTY_EMBEDDED
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
IdentityProviderApplicationUser
public IdentityProviderApplicationUser()
-
-
Method Details
-
created
-
getCreated
Get created- Returns:
- created
-
setCreated
-
externalId
-
getExternalId
Get externalId- Returns:
- externalId
-
setExternalId
-
getId
Get id- Returns:
- id
-
lastUpdated
-
getLastUpdated
Get lastUpdated- Returns:
- lastUpdated
-
setLastUpdated
-
profile
-
putProfileItem
-
getProfile
Get profile- Returns:
- profile
-
setProfile
-
getEmbedded
Get embedded- Returns:
- embedded
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-