Uses of Class
org.openapitools.client.model.InlineHookResponse
Packages that use InlineHookResponse
-
Uses of InlineHookResponse in org.openapitools.client.api
Methods in org.openapitools.client.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.Methods in org.openapitools.client.api that return types with arguments of type InlineHookResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<InlineHookResponse>
InlineHookApi.executeInlineHookWithHttpInfo
(String inlineHookId, Object payloadData) Execute an Inline Hook Executes the inline hook by `inlineHookId` using the request body as the input. -
Uses of InlineHookResponse in org.openapitools.client.model
Methods in org.openapitools.client.model that return InlineHookResponseModifier and TypeMethodDescriptionInlineHookResponse.addCommandsItem
(InlineHookResponseCommands commandsItem) InlineHookResponse.commands
(List<InlineHookResponseCommands> commands)