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 InlineHookResponseCommands
InlineHookResponseCommands. setType(java.lang.String type)
InlineHookResponseCommands
InlineHookResponseCommands. 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 InlineHookResponse
InlineHookResponse. setCommands(java.util.List<InlineHookResponseCommands> commands)
-