Uses of Class
com.okta.sdk.resource.model.InlineHookResponse
Packages that use InlineHookResponse
-
Uses of InlineHookResponse in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return InlineHookResponseModifier and TypeMethodDescriptionInlineHookApi.executeInlineHook
(String inlineHookId, Object payloadData) Execute an Inline Hook Executes the inline hook by `inlineHookId` using the request body as the input.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. -
Uses of InlineHookResponse in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return InlineHookResponseModifier and TypeMethodDescriptionInlineHookResponse.addcommandsItem
(InlineHookResponseCommands commandsItem) InlineHookResponse.commands
(List<InlineHookResponseCommands> commands)