Package com.okta.sdk.resource.model
Class RegistrationInlineHookPPData
java.lang.Object
com.okta.sdk.resource.model.RegistrationInlineHookRequest
com.okta.sdk.resource.model.RegistrationInlineHookPPData
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class RegistrationInlineHookPPData
extends RegistrationInlineHookRequest
implements Serializable
RegistrationInlineHookPPData
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class com.okta.sdk.resource.model.RegistrationInlineHookRequest
JSON_PROPERTY_EVENT_TYPE, JSON_PROPERTY_REQUEST_TYPE, requestType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncloudEventVersion(String cloudEventVersion) contentType(String contentType) booleaneventTypeVersion(String eventTypeVersion) The inline hook cloud versionThe inline hook request header contentgetData()Get dataThe individual inline hook request IDThe time the inline hook request was sentThe inline hook versioninthashCode()voidsetCloudEventVersion(String cloudEventVersion) voidsetContentType(String contentType) voidvoidsetEventId(String eventId) voidsetEventTime(String eventTime) voidsetEventTypeVersion(String eventTypeVersion) toString()Methods inherited from class com.okta.sdk.resource.model.RegistrationInlineHookRequest
eventType, getEventType, getRequestType, requestType, setEventType, setRequestType
-
Field Details
-
JSON_PROPERTY_CLOUD_EVENT_VERSION
- See Also:
-
JSON_PROPERTY_CONTENT_TYPE
- See Also:
-
JSON_PROPERTY_EVENT_ID
- See Also:
-
JSON_PROPERTY_EVENT_TIME
- See Also:
-
JSON_PROPERTY_EVENT_TYPE_VERSION
- See Also:
-
JSON_PROPERTY_DATA
- See Also:
-
-
Constructor Details
-
RegistrationInlineHookPPData
public RegistrationInlineHookPPData()
-
-
Method Details
-
cloudEventVersion
-
getCloudEventVersion
The inline hook cloud version- Returns:
- cloudEventVersion
-
setCloudEventVersion
-
contentType
-
getContentType
The inline hook request header content- Returns:
- contentType
-
setContentType
-
eventId
-
getEventId
The individual inline hook request ID- Returns:
- eventId
-
setEventId
-
eventTime
-
getEventTime
The time the inline hook request was sent- Returns:
- eventTime
-
setEventTime
-
eventTypeVersion
-
getEventTypeVersion
The inline hook version- Returns:
- eventTypeVersion
-
setEventTypeVersion
-
data
-
getData
Get data- Returns:
- data
-
setData
-
equals
- Overrides:
equalsin classRegistrationInlineHookRequest
-
hashCode
public int hashCode()- Overrides:
hashCodein classRegistrationInlineHookRequest
-
toString
- Overrides:
toStringin classRegistrationInlineHookRequest
-