Package com.okta.sdk.resource.model
Class RegistrationInlineHookSSRDataAllOfData
java.lang.Object
com.okta.sdk.resource.model.RegistrationInlineHookSSRDataAllOfData
- 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 RegistrationInlineHookSSRDataAllOfData
extends Object
implements Serializable
RegistrationInlineHookSSRDataAllOfData
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
The default action the system will take.Get contextThe name-value pairs for each registration-related attribute supplied by the user in the Profile Enrollment form.int
hashCode()
putuserProfileItem
(String key, Object userProfileItem) void
void
void
setUserProfile
(Map<String, Object> userProfile) toString()
userProfile
(Map<String, Object> userProfile)
-
Field Details
-
JSON_PROPERTY_CONTEXT
- See Also:
-
JSON_PROPERTY_ACTION
- See Also:
-
JSON_PROPERTY_USER_PROFILE
- See Also:
-
-
Constructor Details
-
RegistrationInlineHookSSRDataAllOfData
public RegistrationInlineHookSSRDataAllOfData()
-
-
Method Details
-
context
public RegistrationInlineHookSSRDataAllOfData context(RegistrationInlineHookSSRDataAllOfDataContext context) -
getContext
Get context- Returns:
- context
-
setContext
-
action
-
getAction
The default action the system will take. Will be `ALLOW`. `DENY` will never be sent to your external service.- Returns:
- action
-
setAction
-
userProfile
-
putuserProfileItem
public RegistrationInlineHookSSRDataAllOfData putuserProfileItem(String key, Object userProfileItem) -
getUserProfile
The name-value pairs for each registration-related attribute supplied by the user in the Profile Enrollment form.- Returns:
- userProfile
-
setUserProfile
-
equals
-
hashCode
public int hashCode() -
toString
-