Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
InlineHookResponse |
InlineHookApi.executeInlineHook(String inlineHookId,
Object payloadData)
Execute an Inline Hook
Executes the inline hook by `inlineHookId` using the request body as the input.
|
InlineHookResponse |
InlineHookApi.executeInlineHook(String inlineHookId,
Object payloadData,
Map<String,String> additionalHeaders)
Execute an Inline Hook
Executes the inline hook by `inlineHookId` using the request body as the input.
|
Modifier and Type | Method and Description |
---|---|
InlineHookResponse |
InlineHookResponse.addCommandsItem(InlineHookResponseCommands commandsItem) |
InlineHookResponse |
InlineHookResponse.commands(List<InlineHookResponseCommands> commands) |
Copyright © 2017–2023 Okta. All rights reserved.