@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
@Component(value="org.openapitools.client.api.EventHookApi")
public class EventHookApi
extends java.lang.Object
Constructor and Description |
---|
EventHookApi() |
EventHookApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
EventHook |
activateEventHook(java.lang.String eventHookId)
Activate an Event Hook
Activates an event hook
|
PagedList |
activateEventHookWithPaginationInfo(java.lang.String eventHookId)
Activate an Event Hook
Activates an event hook
|
<T> T |
createEventHook(java.lang.Class<?> T,
EventHook eventHook)
Create an Event Hook
Creates an event hook
|
EventHook |
createEventHook(EventHook eventHook)
Create an Event Hook
Creates an event hook
|
PagedList |
createEventHookWithPaginationInfo(EventHook eventHook)
Create an Event Hook
Creates an event hook
|
EventHook |
deactivateEventHook(java.lang.String eventHookId)
Deactivate an Event Hook
Deactivates an event hook
|
PagedList |
deactivateEventHookWithPaginationInfo(java.lang.String eventHookId)
Deactivate an Event Hook
Deactivates an event hook
|
void |
deleteEventHook(java.lang.String eventHookId)
Delete an Event Hook
Deletes an event hook
|
ApiClient |
getApiClient() |
EventHook |
getEventHook(java.lang.String eventHookId)
Retrieve an Event Hook
Retrieves an event hook
|
PagedList |
getEventHookWithPaginationInfo(java.lang.String eventHookId)
Retrieve an Event Hook
Retrieves an event hook
|
java.util.List<EventHook> |
listEventHooks()
List all Event Hooks
Lists all event hooks
|
PagedList |
listEventHooksWithPaginationInfo()
List all Event Hooks
Lists all event hooks
|
<T> T |
replaceEventHook(java.lang.Class<?> T,
java.lang.String eventHookId,
EventHook eventHook)
Replace an Event Hook
Replaces an event hook
|
EventHook |
replaceEventHook(java.lang.String eventHookId,
EventHook eventHook)
Replace an Event Hook
Replaces an event hook
|
PagedList |
replaceEventHookWithPaginationInfo(java.lang.String eventHookId,
EventHook eventHook)
Replace an Event Hook
Replaces an event hook
|
void |
setApiClient(ApiClient apiClient) |
EventHook |
verifyEventHook(java.lang.String eventHookId)
Verify an Event Hook
Verifies an event hook
|
PagedList |
verifyEventHookWithPaginationInfo(java.lang.String eventHookId)
Verify an Event Hook
Verifies an event hook
|
public EventHookApi()
@Autowired public EventHookApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public EventHook activateEventHook(java.lang.String eventHookId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
eventHookId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList activateEventHookWithPaginationInfo(java.lang.String eventHookId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
eventHookId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic EventHook createEventHook(EventHook eventHook) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
eventHook
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T createEventHook(java.lang.Class<?> T, EventHook eventHook) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
T
- (required) - the assignable return typeeventHook
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList createEventHookWithPaginationInfo(EventHook eventHook) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
eventHook
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic EventHook deactivateEventHook(java.lang.String eventHookId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
eventHookId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList deactivateEventHookWithPaginationInfo(java.lang.String eventHookId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
eventHookId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic void deleteEventHook(java.lang.String eventHookId) throws org.springframework.web.client.RestClientException
204 - No Content
403 - Forbidden
404 - Not Found
429 - Too Many Requests
eventHookId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic EventHook getEventHook(java.lang.String eventHookId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
eventHookId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getEventHookWithPaginationInfo(java.lang.String eventHookId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
eventHookId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic java.util.List<EventHook> listEventHooks() throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList listEventHooksWithPaginationInfo() throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic EventHook replaceEventHook(java.lang.String eventHookId, EventHook eventHook) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
eventHookId
- (required)eventHook
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T replaceEventHook(java.lang.Class<?> T, java.lang.String eventHookId, EventHook eventHook) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
T
- (required) - the assignable return typeeventHookId
- (required)eventHook
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList replaceEventHookWithPaginationInfo(java.lang.String eventHookId, EventHook eventHook) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
eventHookId
- (required)eventHook
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic EventHook verifyEventHook(java.lang.String eventHookId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
eventHookId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList verifyEventHookWithPaginationInfo(java.lang.String eventHookId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
eventHookId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APICopyright © 2017-2022 Okta. All Rights Reserved.