@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-01-18T04:14:02.238-06:00[America/Chicago]") @Component(value="org.openapitools.client.api.EventHookApi") 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
|
PagedList |
activateEventHookWithPaginationInfo(String eventHookId)
Activate an Event Hook
Activates an event hook
|
<T> T |
createEventHook(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(String eventHookId)
Deactivate an Event Hook
Deactivates an event hook
|
PagedList |
deactivateEventHookWithPaginationInfo(String eventHookId)
Deactivate an Event Hook
Deactivates an event hook
|
void |
deleteEventHook(String eventHookId)
Delete an Event Hook
Deletes an event hook
|
ApiClient |
getApiClient() |
EventHook |
getEventHook(String eventHookId)
Retrieve an Event Hook
Retrieves an event hook
|
PagedList |
getEventHookWithPaginationInfo(String eventHookId)
Retrieve an Event Hook
Retrieves an event hook
|
List<EventHook> |
listEventHooks()
List all Event Hooks
Lists all event hooks
|
PagedList |
listEventHooksWithPaginationInfo()
List all Event Hooks
Lists all event hooks
|
<T> T |
replaceEventHook(Class<?> T,
String eventHookId,
EventHook eventHook)
Replace an Event Hook
Replaces an event hook
|
EventHook |
replaceEventHook(String eventHookId,
EventHook eventHook)
Replace an Event Hook
Replaces an event hook
|
PagedList |
replaceEventHookWithPaginationInfo(String eventHookId,
EventHook eventHook)
Replace an Event Hook
Replaces an event hook
|
void |
setApiClient(ApiClient apiClient) |
EventHook |
verifyEventHook(String eventHookId)
Verify an Event Hook
Verifies an event hook
|
PagedList |
verifyEventHookWithPaginationInfo(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(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(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(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(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(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(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(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(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 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(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(Class<?> T, 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(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(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(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–2023 Okta. All rights reserved.