Package com.okta.sdk.resource.model
Class TokenHookResponseCommandsInner
java.lang.Object
com.okta.sdk.resource.model.TokenHookResponseCommandsInner
- 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 TokenHookResponseCommandsInner
extends Object
implements Serializable
TokenHookResponseCommandsInner
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getType()
One of the supported commands: `com.okta.identity.patch`: Modify an ID token `com.okta.access.patch`: Modify an access token > **Note:** The `commands` array should only contain commands that can be applied to the requested tokens.getValue()
The `value` object is where you specify the operation to perform.int
hashCode()
void
void
toString()
-
Field Details
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_VALUE
- See Also:
-
-
Constructor Details
-
TokenHookResponseCommandsInner
public TokenHookResponseCommandsInner()
-
-
Method Details
-
type
-
getType
One of the supported commands: `com.okta.identity.patch`: Modify an ID token `com.okta.access.patch`: Modify an access token > **Note:** The `commands` array should only contain commands that can be applied to the requested tokens. For example, if only an ID token is requested, the `commands` array shouldn't contain commands of the type `com.okta.access.patch`.- Returns:
- type
-
setType
-
value
-
addvalueItem
public TokenHookResponseCommandsInner addvalueItem(TokenHookResponseCommandsInnerValueInner valueItem) -
getValue
The `value` object is where you specify the operation to perform. It's an array, which allows you to request more than one operation.- Returns:
- value
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-