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 InlineHookResponseCommandValue
InlineHookResponseCommandValue. setOp(java.lang.String op)
InlineHookResponseCommandValue
InlineHookResponseCommandValue. setPath(java.lang.String path)
InlineHookResponseCommandValue
InlineHookResponseCommandValue. 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 InlineHookResponseCommands
InlineHookResponseCommands. setValue(java.util.List<InlineHookResponseCommandValue> value)
-