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