Uses of Interface
com.okta.sdk.resource.InlineHookResponse
-
Packages that use InlineHookResponse Package Description com.okta.sdk.client com.okta.sdk.resource -
-
Uses of InlineHookResponse in com.okta.sdk.client
Methods in com.okta.sdk.client that return InlineHookResponse Modifier and Type Method Description InlineHookResponse
Client. executeInlineHook(InlineHookPayload payloadData, java.lang.String inlineHookId)
Execute Inline Hook Executes the Inline Hook matching the provided inlineHookId using the request body as the input. -
Uses of InlineHookResponse in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return InlineHookResponse Modifier and Type Method Description InlineHookResponse
InlineHookResponse. setCommands(java.util.List<InlineHookResponseCommands> commands)
-