Uses of Class
org.openapitools.client.model.InlineHook
Packages that use InlineHook
-
Uses of InlineHook in org.openapitools.client.api
Methods in org.openapitools.client.api that return InlineHookModifier and TypeMethodDescriptionInlineHookApi.activateInlineHook
(String inlineHookId) Activate an Inline Hook Activates the inline hook by `inlineHookId`InlineHookApi.createInlineHook
(InlineHook inlineHook) Create an Inline Hook Creates an inline hookInlineHookApi.deactivateInlineHook
(String inlineHookId) Deactivate an Inline Hook Deactivates the inline hook by `inlineHookId`InlineHookApi.getInlineHook
(String inlineHookId) Retrieve an Inline Hook Retrieves an inline hook by `inlineHookId`InlineHookApi.replaceInlineHook
(String inlineHookId, InlineHook inlineHook) Replace an Inline Hook Replaces an inline hook by `inlineHookId`Methods in org.openapitools.client.api that return types with arguments of type InlineHookModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<InlineHook>
InlineHookApi.activateInlineHookWithHttpInfo
(String inlineHookId) Activate an Inline Hook Activates the inline hook by `inlineHookId`org.springframework.http.ResponseEntity<InlineHook>
InlineHookApi.createInlineHookWithHttpInfo
(InlineHook inlineHook) Create an Inline Hook Creates an inline hookorg.springframework.http.ResponseEntity<InlineHook>
InlineHookApi.deactivateInlineHookWithHttpInfo
(String inlineHookId) Deactivate an Inline Hook Deactivates the inline hook by `inlineHookId`org.springframework.http.ResponseEntity<InlineHook>
InlineHookApi.getInlineHookWithHttpInfo
(String inlineHookId) Retrieve an Inline Hook Retrieves an inline hook by `inlineHookId`InlineHookApi.listInlineHooks
(String type) List all Inline Hooks Lists all inline hooksorg.springframework.http.ResponseEntity<List<InlineHook>>
InlineHookApi.listInlineHooksWithHttpInfo
(String type) List all Inline Hooks Lists all inline hooksorg.springframework.http.ResponseEntity<InlineHook>
InlineHookApi.replaceInlineHookWithHttpInfo
(String inlineHookId, InlineHook inlineHook) Replace an Inline Hook Replaces an inline hook by `inlineHookId`Methods in org.openapitools.client.api with parameters of type InlineHookModifier and TypeMethodDescription<T> T
InlineHookApi.createInlineHook
(Class<?> T, InlineHook inlineHook) Create an Inline Hook Creates an inline hookInlineHookApi.createInlineHook
(InlineHook inlineHook) Create an Inline Hook Creates an inline hookorg.springframework.http.ResponseEntity<InlineHook>
InlineHookApi.createInlineHookWithHttpInfo
(InlineHook inlineHook) Create an Inline Hook Creates an inline hookInlineHookApi.createInlineHookWithPaginationInfo
(InlineHook inlineHook) Create an Inline Hook Creates an inline hook<T> T
InlineHookApi.replaceInlineHook
(Class<?> T, String inlineHookId, InlineHook inlineHook) Replace an Inline Hook Replaces an inline hook by `inlineHookId`InlineHookApi.replaceInlineHook
(String inlineHookId, InlineHook inlineHook) Replace an Inline Hook Replaces an inline hook by `inlineHookId`org.springframework.http.ResponseEntity<InlineHook>
InlineHookApi.replaceInlineHookWithHttpInfo
(String inlineHookId, InlineHook inlineHook) Replace an Inline Hook Replaces an inline hook by `inlineHookId`InlineHookApi.replaceInlineHookWithPaginationInfo
(String inlineHookId, InlineHook inlineHook) Replace an Inline Hook Replaces an inline hook by `inlineHookId` -
Uses of InlineHook in org.openapitools.client.model
Methods in org.openapitools.client.model that return InlineHookModifier and TypeMethodDescriptionInlineHook.channel
(InlineHookChannel channel) InlineHook.status
(InlineHookStatus status) InlineHook.type
(InlineHookType type)