Uses of Class
com.okta.sdk.resource.model.TokenHookResponseCommandsInner
Packages that use TokenHookResponseCommandsInner
-
Uses of TokenHookResponseCommandsInner in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return TokenHookResponseCommandsInnerModifier and TypeMethodDescriptionTokenHookResponseCommandsInner.addvalueItem(TokenHookResponseCommandsInnerValueInner valueItem) TokenHookResponseCommandsInner.value(List<TokenHookResponseCommandsInnerValueInner> value) Methods in com.okta.sdk.resource.model that return types with arguments of type TokenHookResponseCommandsInnerModifier and TypeMethodDescriptionTokenHookResponse.getCommands()You can use the `commands` object to provide commands to Okta.Methods in com.okta.sdk.resource.model with parameters of type TokenHookResponseCommandsInnerModifier and TypeMethodDescriptionTokenHookResponse.addcommandsItem(TokenHookResponseCommandsInner commandsItem) Method parameters in com.okta.sdk.resource.model with type arguments of type TokenHookResponseCommandsInnerModifier and TypeMethodDescriptionTokenHookResponse.commands(List<TokenHookResponseCommandsInner> commands) voidTokenHookResponse.setCommands(List<TokenHookResponseCommandsInner> commands)