Uses of Interface
com.okta.sdk.resource.inline.hook.InlineHookResponseCommands
-
Packages that use InlineHookResponseCommands Package Description com.okta.sdk.resource.inline.hook -
-
Uses of InlineHookResponseCommands in com.okta.sdk.resource.inline.hook
Methods in com.okta.sdk.resource.inline.hook that return InlineHookResponseCommands Modifier and Type Method Description InlineHookResponseCommandsInlineHookResponseCommands. setType(java.lang.String type)InlineHookResponseCommandsInlineHookResponseCommands. setValue(java.util.List<InlineHookResponseCommandValue> value)Methods in com.okta.sdk.resource.inline.hook that return types with arguments of type InlineHookResponseCommands Modifier and Type Method Description java.util.List<InlineHookResponseCommands>InlineHookResponse. getCommands()Method parameters in com.okta.sdk.resource.inline.hook with type arguments of type InlineHookResponseCommands Modifier and Type Method Description InlineHookResponseInlineHookResponse. setCommands(java.util.List<InlineHookResponseCommands> commands)
-