Uses of Interface
com.okta.sdk.resource.InlineHookResponseCommandValue
-
Packages that use InlineHookResponseCommandValue Package Description com.okta.sdk.resource -
-
Uses of InlineHookResponseCommandValue in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return InlineHookResponseCommandValue Modifier and Type Method Description InlineHookResponseCommandValueInlineHookResponseCommandValue. setOp(java.lang.String op)InlineHookResponseCommandValueInlineHookResponseCommandValue. setPath(java.lang.String path)InlineHookResponseCommandValueInlineHookResponseCommandValue. setValue(java.lang.String value)Methods in com.okta.sdk.resource that return types with arguments of type InlineHookResponseCommandValue Modifier and Type Method Description java.util.List<InlineHookResponseCommandValue>InlineHookResponseCommands. getValue()Method parameters in com.okta.sdk.resource with type arguments of type InlineHookResponseCommandValue Modifier and Type Method Description InlineHookResponseCommandsInlineHookResponseCommands. setValue(java.util.List<InlineHookResponseCommandValue> value)
-