Package com.okta.sdk.resource.model
Class RegistrationInlineHookPPDataAllOfData
java.lang.Object
com.okta.sdk.resource.model.RegistrationInlineHookPPDataAllOfData
- 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 RegistrationInlineHookPPDataAllOfData
extends Object
implements Serializable
RegistrationInlineHookPPDataAllOfData
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
The default action the system takes.Get contextName-value pairs for each new attribute supplied by the user in the Progressive Profile formint
hashCode()
putuserProfileUpdateItem
(String key, Object userProfileUpdateItem) void
void
void
setUserProfileUpdate
(Map<String, Object> userProfileUpdate) toString()
userProfileUpdate
(Map<String, Object> userProfileUpdate)
-
Field Details
-
JSON_PROPERTY_CONTEXT
- See Also:
-
JSON_PROPERTY_ACTION
- See Also:
-
JSON_PROPERTY_USER_PROFILE_UPDATE
- See Also:
-
-
Constructor Details
-
RegistrationInlineHookPPDataAllOfData
public RegistrationInlineHookPPDataAllOfData()
-
-
Method Details
-
context
public RegistrationInlineHookPPDataAllOfData context(RegistrationInlineHookPPDataAllOfDataContext context) -
getContext
Get context- Returns:
- context
-
setContext
-
action
-
getAction
The default action the system takes. Set to `ALLOW`. `DENY` is never sent to your external service- Returns:
- action
-
setAction
-
userProfileUpdate
public RegistrationInlineHookPPDataAllOfData userProfileUpdate(Map<String, Object> userProfileUpdate) -
putuserProfileUpdateItem
public RegistrationInlineHookPPDataAllOfData putuserProfileUpdateItem(String key, Object userProfileUpdateItem) -
getUserProfileUpdate
Name-value pairs for each new attribute supplied by the user in the Progressive Profile form- Returns:
- userProfileUpdate
-
setUserProfileUpdate
-
equals
-
hashCode
public int hashCode() -
toString
-