Class EventHookApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivateEventHook
(String eventHookId) Activate an Event Hook Activates an event hookorg.springframework.http.ResponseEntity<EventHook>
activateEventHookWithHttpInfo
(String eventHookId) Activate an Event Hook Activates an event hookactivateEventHookWithPaginationInfo
(String eventHookId) Activate an Event Hook Activates an event hook<T> T
createEventHook
(Class<?> T, EventHook eventHook) Create an Event Hook Creates an event hookcreateEventHook
(EventHook eventHook) Create an Event Hook Creates an event hookorg.springframework.http.ResponseEntity<EventHook>
createEventHookWithHttpInfo
(EventHook eventHook) Create an Event Hook Creates an event hookcreateEventHookWithPaginationInfo
(EventHook eventHook) Create an Event Hook Creates an event hookdeactivateEventHook
(String eventHookId) Deactivate an Event Hook Deactivates an event hookorg.springframework.http.ResponseEntity<EventHook>
deactivateEventHookWithHttpInfo
(String eventHookId) Deactivate an Event Hook Deactivates an event hookdeactivateEventHookWithPaginationInfo
(String eventHookId) Deactivate an Event Hook Deactivates an event hookvoid
deleteEventHook
(String eventHookId) Delete an Event Hook Deletes an event hookorg.springframework.http.ResponseEntity<Void>
deleteEventHookWithHttpInfo
(String eventHookId) Delete an Event Hook Deletes an event hookgetEventHook
(String eventHookId) Retrieve an Event Hook Retrieves an event hookorg.springframework.http.ResponseEntity<EventHook>
getEventHookWithHttpInfo
(String eventHookId) Retrieve an Event Hook Retrieves an event hookgetEventHookWithPaginationInfo
(String eventHookId) Retrieve an Event Hook Retrieves an event hookList all Event Hooks Lists all event hooksList all Event Hooks Lists all event hooksList all Event Hooks Lists all event hooks<T> T
replaceEventHook
(Class<?> T, String eventHookId, EventHook eventHook) Replace an Event Hook Replaces an event hookreplaceEventHook
(String eventHookId, EventHook eventHook) Replace an Event Hook Replaces an event hookorg.springframework.http.ResponseEntity<EventHook>
replaceEventHookWithHttpInfo
(String eventHookId, EventHook eventHook) Replace an Event Hook Replaces an event hookreplaceEventHookWithPaginationInfo
(String eventHookId, EventHook eventHook) Replace an Event Hook Replaces an event hookvoid
setApiClient
(ApiClient apiClient) verifyEventHook
(String eventHookId) Verify an Event Hook Verifies an event hookorg.springframework.http.ResponseEntity<EventHook>
verifyEventHookWithHttpInfo
(String eventHookId) Verify an Event Hook Verifies an event hookverifyEventHookWithPaginationInfo
(String eventHookId) Verify an Event Hook Verifies an event hook
-
Constructor Details
-
EventHookApi
public EventHookApi() -
EventHookApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
activateEventHook
public EventHook activateEventHook(String eventHookId) throws org.springframework.web.client.RestClientException Activate an Event Hook Activates an event hook200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
eventHookId
- (required)- Returns:
- EventHook
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
activateEventHookWithHttpInfo
public org.springframework.http.ResponseEntity<EventHook> activateEventHookWithHttpInfo(String eventHookId) throws org.springframework.web.client.RestClientException Activate an Event Hook Activates an event hook200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
eventHookId
- (required)- Returns:
- ResponseEntity<EventHook>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
activateEventHookWithPaginationInfo
public PagedList activateEventHookWithPaginationInfo(String eventHookId) throws org.springframework.web.client.RestClientException Activate an Event Hook Activates an event hook200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
eventHookId
- (required)- Returns:
- ResponseEntity<EventHook>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
createEventHook
public EventHook createEventHook(EventHook eventHook) throws org.springframework.web.client.RestClientException Create an Event Hook Creates an event hook200 - Success
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
- Parameters:
eventHook
- (required)- Returns:
- EventHook
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
createEventHook
public <T> T createEventHook(Class<?> T, EventHook eventHook) throws org.springframework.web.client.RestClientException Create an Event Hook Creates an event hook200 - Success
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
- Parameters:
T
- (required) - the assignable return typeeventHook
- (required)- Returns:
- T instance
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
createEventHookWithHttpInfo
public org.springframework.http.ResponseEntity<EventHook> createEventHookWithHttpInfo(EventHook eventHook) throws org.springframework.web.client.RestClientException Create an Event Hook Creates an event hook200 - Success
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
- Parameters:
eventHook
- (required)- Returns:
- ResponseEntity<EventHook>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
createEventHookWithPaginationInfo
public PagedList createEventHookWithPaginationInfo(EventHook eventHook) throws org.springframework.web.client.RestClientException Create an Event Hook Creates an event hook200 - Success
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
- Parameters:
eventHook
- (required)- Returns:
- ResponseEntity<EventHook>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
deactivateEventHook
public EventHook deactivateEventHook(String eventHookId) throws org.springframework.web.client.RestClientException Deactivate an Event Hook Deactivates an event hook200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
eventHookId
- (required)- Returns:
- EventHook
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
deactivateEventHookWithHttpInfo
public org.springframework.http.ResponseEntity<EventHook> deactivateEventHookWithHttpInfo(String eventHookId) throws org.springframework.web.client.RestClientException Deactivate an Event Hook Deactivates an event hook200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
eventHookId
- (required)- Returns:
- ResponseEntity<EventHook>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
deactivateEventHookWithPaginationInfo
public PagedList deactivateEventHookWithPaginationInfo(String eventHookId) throws org.springframework.web.client.RestClientException Deactivate an Event Hook Deactivates an event hook200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
eventHookId
- (required)- Returns:
- ResponseEntity<EventHook>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
deleteEventHook
public void deleteEventHook(String eventHookId) throws org.springframework.web.client.RestClientException Delete an Event Hook Deletes an event hook204 - No Content
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
eventHookId
- (required)- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
deleteEventHookWithHttpInfo
public org.springframework.http.ResponseEntity<Void> deleteEventHookWithHttpInfo(String eventHookId) throws org.springframework.web.client.RestClientException Delete an Event Hook Deletes an event hook204 - No Content
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
eventHookId
- (required)- Returns:
- ResponseEntity<Void>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
getEventHook
public EventHook getEventHook(String eventHookId) throws org.springframework.web.client.RestClientException Retrieve an Event Hook Retrieves an event hook200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
eventHookId
- (required)- Returns:
- EventHook
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
getEventHookWithHttpInfo
public org.springframework.http.ResponseEntity<EventHook> getEventHookWithHttpInfo(String eventHookId) throws org.springframework.web.client.RestClientException Retrieve an Event Hook Retrieves an event hook200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
eventHookId
- (required)- Returns:
- ResponseEntity<EventHook>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
getEventHookWithPaginationInfo
public PagedList getEventHookWithPaginationInfo(String eventHookId) throws org.springframework.web.client.RestClientException Retrieve an Event Hook Retrieves an event hook200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
eventHookId
- (required)- Returns:
- ResponseEntity<EventHook>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
listEventHooks
List all Event Hooks Lists all event hooks200 - Success
403 - Forbidden
429 - Too Many Requests
- Returns:
- List<EventHook>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
listEventHooksWithHttpInfo
public org.springframework.http.ResponseEntity<List<EventHook>> listEventHooksWithHttpInfo() throws org.springframework.web.client.RestClientExceptionList all Event Hooks Lists all event hooks200 - Success
403 - Forbidden
429 - Too Many Requests
- Returns:
- ResponseEntity<List<EventHook>>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
listEventHooksWithPaginationInfo
public PagedList listEventHooksWithPaginationInfo() throws org.springframework.web.client.RestClientExceptionList all Event Hooks Lists all event hooks200 - Success
403 - Forbidden
429 - Too Many Requests
- Returns:
- ResponseEntity<List<EventHook>>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
replaceEventHook
public EventHook replaceEventHook(String eventHookId, EventHook eventHook) throws org.springframework.web.client.RestClientException Replace an Event Hook Replaces an event hook200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
eventHookId
- (required)eventHook
- (required)- Returns:
- EventHook
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
replaceEventHook
public <T> T replaceEventHook(Class<?> T, String eventHookId, EventHook eventHook) throws org.springframework.web.client.RestClientException Replace an Event Hook Replaces an event hook200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
T
- (required) - the assignable return typeeventHookId
- (required)eventHook
- (required)- Returns:
- T instance
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
replaceEventHookWithHttpInfo
public org.springframework.http.ResponseEntity<EventHook> replaceEventHookWithHttpInfo(String eventHookId, EventHook eventHook) throws org.springframework.web.client.RestClientException Replace an Event Hook Replaces an event hook200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
eventHookId
- (required)eventHook
- (required)- Returns:
- ResponseEntity<EventHook>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
replaceEventHookWithPaginationInfo
public PagedList replaceEventHookWithPaginationInfo(String eventHookId, EventHook eventHook) throws org.springframework.web.client.RestClientException Replace an Event Hook Replaces an event hook200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
eventHookId
- (required)eventHook
- (required)- Returns:
- ResponseEntity<EventHook>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
verifyEventHook
public EventHook verifyEventHook(String eventHookId) throws org.springframework.web.client.RestClientException Verify an Event Hook Verifies an event hook200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
eventHookId
- (required)- Returns:
- EventHook
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
verifyEventHookWithHttpInfo
public org.springframework.http.ResponseEntity<EventHook> verifyEventHookWithHttpInfo(String eventHookId) throws org.springframework.web.client.RestClientException Verify an Event Hook Verifies an event hook200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
eventHookId
- (required)- Returns:
- ResponseEntity<EventHook>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
verifyEventHookWithPaginationInfo
public PagedList verifyEventHookWithPaginationInfo(String eventHookId) throws org.springframework.web.client.RestClientException Verify an Event Hook Verifies an event hook200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
eventHookId
- (required)- Returns:
- ResponseEntity<EventHook>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-