Package com.okta.sdk.resource.model
Class TelephonyRequest
java.lang.Object
com.okta.sdk.resource.model.TelephonyRequest
- 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 TelephonyRequest
extends Object
implements Serializable
TelephonyRequest
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondata
(TelephonyRequestData data) boolean
getData()
Get dataThe type of inline hook.The type of inline hook request.The ID and URL of the Telephony inline hookint
hashCode()
requestType
(String requestType) void
setData
(TelephonyRequestData data) void
setEventType
(String eventType) void
setRequestType
(String requestType) void
toString()
-
Field Details
-
JSON_PROPERTY_DATA
- See Also:
-
JSON_PROPERTY_EVENT_TYPE
- See Also:
-
JSON_PROPERTY_REQUEST_TYPE
- See Also:
-
JSON_PROPERTY_SOURCE
- See Also:
-
-
Constructor Details
-
TelephonyRequest
public TelephonyRequest()
-
-
Method Details
-
data
-
getData
Get data- Returns:
- data
-
setData
-
eventType
-
getEventType
The type of inline hook. The Telephony inline hook type is `com.okta.telephony.provider`.- Returns:
- eventType
-
setEventType
-
requestType
-
getRequestType
The type of inline hook request. For example, `com.okta.user.telephony.pre-enrollment`.- Returns:
- requestType
-
setRequestType
-
source
-
getSource
The ID and URL of the Telephony inline hook- Returns:
- source
-
setSource
-
equals
-
hashCode
public int hashCode() -
toString
-