Package com.okta.sdk.resource.model
Class RegistrationInlineHookPPDataAllOfDataContextUser
java.lang.Object
com.okta.sdk.resource.model.RegistrationInlineHookPPDataAllOfDataContextUser
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T16:19:57.008753975Z[Etc/UTC]",
comments="Generator version: 7.8.0")
public class RegistrationInlineHookPPDataAllOfDataContextUser
extends Object
implements Serializable
RegistrationInlineHookPPDataAllOfDataContextUser
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
Get idgetLinks()
Get linksThe last time the user's password was updatedThe user to update's current attributesint
hashCode()
links
(BaseContextUserLinks links) passwordChanged
(OffsetDateTime passwordChanged) putprofileItem
(String key, Object profileItem) void
void
setLinks
(BaseContextUserLinks links) void
setPasswordChanged
(OffsetDateTime passwordChanged) void
setProfile
(Map<String, Object> profile) toString()
-
Field Details
-
JSON_PROPERTY_PASSWORD_CHANGED
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
JSON_PROPERTY_PROFILE
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
-
Constructor Details
-
RegistrationInlineHookPPDataAllOfDataContextUser
public RegistrationInlineHookPPDataAllOfDataContextUser()
-
-
Method Details
-
passwordChanged
public RegistrationInlineHookPPDataAllOfDataContextUser passwordChanged(OffsetDateTime passwordChanged) -
getPasswordChanged
The last time the user's password was updated- Returns:
- passwordChanged
-
setPasswordChanged
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
profile
-
putprofileItem
public RegistrationInlineHookPPDataAllOfDataContextUser putprofileItem(String key, Object profileItem) -
getProfile
The user to update's current attributes- Returns:
- profile
-
setProfile
-
id
-
getId
Get id- Returns:
- id
-
setId
-
equals
-
hashCode
public int hashCode() -
toString
-