@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class EventHookApi extends Object
Constructor and Description |
---|
EventHookApi() |
EventHookApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
EventHook |
activateEventHook(String eventHookId)
Activate an Event Hook
Activates an event hook
|
EventHook |
activateEventHook(String eventHookId,
Map<String,String> additionalHeaders)
Activate an Event Hook
Activates an event hook
|
EventHook |
createEventHook(EventHook eventHook)
Create an Event Hook
Creates an event hook
|
EventHook |
createEventHook(EventHook eventHook,
Map<String,String> additionalHeaders)
Create an Event Hook
Creates an event hook
|
EventHook |
deactivateEventHook(String eventHookId)
Deactivate an Event Hook
Deactivates an event hook
|
EventHook |
deactivateEventHook(String eventHookId,
Map<String,String> additionalHeaders)
Deactivate an Event Hook
Deactivates an event hook
|
void |
deleteEventHook(String eventHookId)
Delete an Event Hook
Deletes an event hook
|
void |
deleteEventHook(String eventHookId,
Map<String,String> additionalHeaders)
Delete an Event Hook
Deletes an event hook
|
ApiClient |
getApiClient() |
EventHook |
getEventHook(String eventHookId)
Retrieve an Event Hook
Retrieves an event hook
|
EventHook |
getEventHook(String eventHookId,
Map<String,String> additionalHeaders)
Retrieve an Event Hook
Retrieves an event hook
|
protected static com.fasterxml.jackson.databind.ObjectMapper |
getObjectMapper() |
List<EventHook> |
listEventHooks()
List all Event Hooks
Lists all event hooks
|
List<EventHook> |
listEventHooks(Map<String,String> additionalHeaders)
List all Event Hooks
Lists all event hooks
|
EventHook |
replaceEventHook(String eventHookId,
EventHook eventHook)
Replace an Event Hook
Replaces an event hook
|
EventHook |
replaceEventHook(String eventHookId,
EventHook eventHook,
Map<String,String> additionalHeaders)
Replace an Event Hook
Replaces an event hook
|
void |
setApiClient(ApiClient apiClient) |
EventHook |
verifyEventHook(String eventHookId)
Verify an Event Hook
Verifies an event hook
|
EventHook |
verifyEventHook(String eventHookId,
Map<String,String> additionalHeaders)
Verify an Event Hook
Verifies an event hook
|
public EventHookApi()
public EventHookApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public EventHook activateEventHook(String eventHookId) throws ApiException
eventHookId
- `id` of the Event Hook (required)ApiException
- if fails to make API callpublic EventHook activateEventHook(String eventHookId, Map<String,String> additionalHeaders) throws ApiException
eventHookId
- `id` of the Event Hook (required)additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callpublic EventHook createEventHook(EventHook eventHook) throws ApiException
eventHook
- (required)ApiException
- if fails to make API callpublic EventHook createEventHook(EventHook eventHook, Map<String,String> additionalHeaders) throws ApiException
eventHook
- (required)additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callpublic EventHook deactivateEventHook(String eventHookId) throws ApiException
eventHookId
- `id` of the Event Hook (required)ApiException
- if fails to make API callpublic EventHook deactivateEventHook(String eventHookId, Map<String,String> additionalHeaders) throws ApiException
eventHookId
- `id` of the Event Hook (required)additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callpublic void deleteEventHook(String eventHookId) throws ApiException
eventHookId
- `id` of the Event Hook (required)ApiException
- if fails to make API callpublic void deleteEventHook(String eventHookId, Map<String,String> additionalHeaders) throws ApiException
eventHookId
- `id` of the Event Hook (required)additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callpublic EventHook getEventHook(String eventHookId) throws ApiException
eventHookId
- `id` of the Event Hook (required)ApiException
- if fails to make API callpublic EventHook getEventHook(String eventHookId, Map<String,String> additionalHeaders) throws ApiException
eventHookId
- `id` of the Event Hook (required)additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callpublic List<EventHook> listEventHooks() throws ApiException
ApiException
- if fails to make API callpublic List<EventHook> listEventHooks(Map<String,String> additionalHeaders) throws ApiException
additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callpublic EventHook replaceEventHook(String eventHookId, EventHook eventHook) throws ApiException
eventHookId
- `id` of the Event Hook (required)eventHook
- (required)ApiException
- if fails to make API callpublic EventHook replaceEventHook(String eventHookId, EventHook eventHook, Map<String,String> additionalHeaders) throws ApiException
eventHookId
- `id` of the Event Hook (required)eventHook
- (required)additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callpublic EventHook verifyEventHook(String eventHookId) throws ApiException
eventHookId
- `id` of the Event Hook (required)ApiException
- if fails to make API callpublic EventHook verifyEventHook(String eventHookId, Map<String,String> additionalHeaders) throws ApiException
eventHookId
- `id` of the Event Hook (required)additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callprotected static com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
Copyright © 2017–2023 Okta. All rights reserved.