Package com.okta.sdk.resource.model
Class TelephonyResponse
java.lang.Object
com.okta.sdk.resource.model.TelephonyResponse
- 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 TelephonyResponse
extends Object
implements Serializable
TelephonyResponse
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddcommandsItem
(TelephonyResponseCommandsInner commandsItem) commands
(List<TelephonyResponseCommandsInner> commands) boolean
The `commands` object specifies whether Okta accepts the end user's sign-in credentials as valid or not.int
hashCode()
void
setCommands
(List<TelephonyResponseCommandsInner> commands) toString()
-
Field Details
-
JSON_PROPERTY_COMMANDS
- See Also:
-
-
Constructor Details
-
TelephonyResponse
public TelephonyResponse()
-
-
Method Details
-
commands
-
addcommandsItem
-
getCommands
The `commands` object specifies whether Okta accepts the end user's sign-in credentials as valid or not. For the Telephony inline hook, you typically only return one `commands` object with one array element in it.- Returns:
- commands
-
setCommands
-
equals
-
hashCode
public int hashCode() -
toString
-