Package com.okta.sdk.resource.model
Class RegistrationInlineHookRequest
java.lang.Object
com.okta.sdk.resource.model.RegistrationInlineHookRequest
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RegistrationInlineHookPPData
,RegistrationInlineHookSSRData
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T16:19:57.008753975Z[Etc/UTC]",
comments="Generator version: 7.8.0")
public class RegistrationInlineHookRequest
extends Object
implements Serializable
RegistrationInlineHookRequest
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
protected RegistrationInlineHookRequestType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
The type of inline hook.Get requestTypeint
hashCode()
requestType
(RegistrationInlineHookRequestType requestType) void
setEventType
(String eventType) void
setRequestType
(RegistrationInlineHookRequestType requestType) toString()
-
Field Details
-
JSON_PROPERTY_EVENT_TYPE
- See Also:
-
JSON_PROPERTY_REQUEST_TYPE
- See Also:
-
requestType
-
-
Constructor Details
-
RegistrationInlineHookRequest
public RegistrationInlineHookRequest()
-
-
Method Details
-
eventType
-
getEventType
The type of inline hook. The registration inline hook type is `com.okta.user.pre-registration`.- Returns:
- eventType
-
setEventType
-
requestType
-
getRequestType
Get requestType- Returns:
- requestType
-
setRequestType
-
equals
-
hashCode
public int hashCode() -
toString
-