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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiondata(TelephonyRequestData data) booleangetData()Get dataThe type of inline hook.The type of inline hook request.The ID and URL of the Telephony inline hookinthashCode()requestType(String requestType) voidsetData(TelephonyRequestData data) voidsetEventType(String eventType) voidsetRequestType(String requestType) voidtoString()
- 
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- 
TelephonyRequestpublic TelephonyRequest()
 
- 
- 
Method Details- 
data
- 
getDataGet data- Returns:
- data
 
- 
setData
- 
eventType
- 
getEventTypeThe type of inline hook. The Telephony inline hook type is `com.okta.telephony.provider`.- Returns:
- eventType
 
- 
setEventType
- 
requestType
- 
getRequestTypeThe type of inline hook request. For example, `com.okta.user.telephony.pre-enrollment`.- Returns:
- requestType
 
- 
setRequestType
- 
source
- 
getSourceThe ID and URL of the Telephony inline hook- Returns:
- source
 
- 
setSource
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-