Uses of Class
org.openapitools.client.model.EventHook
Packages that use EventHook
-
Uses of EventHook in org.openapitools.client.api
Methods in org.openapitools.client.api that return EventHookModifier and TypeMethodDescriptionEventHookApi.activateEventHook
(String eventHookId) Activate an Event Hook Activates an event hookEventHookApi.createEventHook
(EventHook eventHook) Create an Event Hook Creates an event hookEventHookApi.deactivateEventHook
(String eventHookId) Deactivate an Event Hook Deactivates an event hookEventHookApi.getEventHook
(String eventHookId) Retrieve an Event Hook Retrieves an event hookEventHookApi.replaceEventHook
(String eventHookId, EventHook eventHook) Replace an Event Hook Replaces an event hookEventHookApi.verifyEventHook
(String eventHookId) Verify an Event Hook Verifies an event hookMethods in org.openapitools.client.api that return types with arguments of type EventHookModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<EventHook>
EventHookApi.activateEventHookWithHttpInfo
(String eventHookId) Activate an Event Hook Activates an event hookorg.springframework.http.ResponseEntity<EventHook>
EventHookApi.createEventHookWithHttpInfo
(EventHook eventHook) Create an Event Hook Creates an event hookorg.springframework.http.ResponseEntity<EventHook>
EventHookApi.deactivateEventHookWithHttpInfo
(String eventHookId) Deactivate an Event Hook Deactivates an event hookorg.springframework.http.ResponseEntity<EventHook>
EventHookApi.getEventHookWithHttpInfo
(String eventHookId) Retrieve an Event Hook Retrieves an event hookEventHookApi.listEventHooks()
List all Event Hooks Lists all event hooksEventHookApi.listEventHooksWithHttpInfo()
List all Event Hooks Lists all event hooksorg.springframework.http.ResponseEntity<EventHook>
EventHookApi.replaceEventHookWithHttpInfo
(String eventHookId, EventHook eventHook) Replace an Event Hook Replaces an event hookorg.springframework.http.ResponseEntity<EventHook>
EventHookApi.verifyEventHookWithHttpInfo
(String eventHookId) Verify an Event Hook Verifies an event hookMethods in org.openapitools.client.api with parameters of type EventHookModifier and TypeMethodDescription<T> T
EventHookApi.createEventHook
(Class<?> T, EventHook eventHook) Create an Event Hook Creates an event hookEventHookApi.createEventHook
(EventHook eventHook) Create an Event Hook Creates an event hookorg.springframework.http.ResponseEntity<EventHook>
EventHookApi.createEventHookWithHttpInfo
(EventHook eventHook) Create an Event Hook Creates an event hookEventHookApi.createEventHookWithPaginationInfo
(EventHook eventHook) Create an Event Hook Creates an event hook<T> T
EventHookApi.replaceEventHook
(Class<?> T, String eventHookId, EventHook eventHook) Replace an Event Hook Replaces an event hookEventHookApi.replaceEventHook
(String eventHookId, EventHook eventHook) Replace an Event Hook Replaces an event hookorg.springframework.http.ResponseEntity<EventHook>
EventHookApi.replaceEventHookWithHttpInfo
(String eventHookId, EventHook eventHook) Replace an Event Hook Replaces an event hookEventHookApi.replaceEventHookWithPaginationInfo
(String eventHookId, EventHook eventHook) Replace an Event Hook Replaces an event hook -
Uses of EventHook in org.openapitools.client.model
Methods in org.openapitools.client.model that return EventHookModifier and TypeMethodDescriptionEventHook.channel
(EventHookChannel channel) EventHook.events
(EventSubscriptions events) EventHook.status
(LifecycleStatus status) EventHook.verificationStatus
(EventHookVerificationStatus verificationStatus)