Uses of Interface
com.okta.sdk.resource.InlineHookResponseCommands
-
Packages that use InlineHookResponseCommands Package Description com.okta.sdk.resource -
-
Uses of InlineHookResponseCommands in com.okta.sdk.resource
Methods in com.okta.sdk.resource 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 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 with type arguments of type InlineHookResponseCommands Modifier and Type Method Description InlineHookResponseInlineHookResponse. setCommands(java.util.List<InlineHookResponseCommands> commands)
-