@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-01-18T04:14:02.238-06:00[America/Chicago]") @Component(value="org.openapitools.client.api.InlineHookApi") public class InlineHookApi extends Object
Constructor and Description |
---|
InlineHookApi() |
InlineHookApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
InlineHook |
activateInlineHook(String inlineHookId)
Activate an Inline Hook
Activates the inline hook by `inlineHookId`
|
PagedList |
activateInlineHookWithPaginationInfo(String inlineHookId)
Activate an Inline Hook
Activates the inline hook by `inlineHookId`
|
<T> T |
createInlineHook(Class<?> T,
InlineHook inlineHook)
Create an Inline Hook
Creates an inline hook
|
InlineHook |
createInlineHook(InlineHook inlineHook)
Create an Inline Hook
Creates an inline hook
|
PagedList |
createInlineHookWithPaginationInfo(InlineHook inlineHook)
Create an Inline Hook
Creates an inline hook
|
InlineHook |
deactivateInlineHook(String inlineHookId)
Deactivate an Inline Hook
Deactivates the inline hook by `inlineHookId`
|
PagedList |
deactivateInlineHookWithPaginationInfo(String inlineHookId)
Deactivate an Inline Hook
Deactivates the inline hook by `inlineHookId`
|
void |
deleteInlineHook(String inlineHookId)
Delete an Inline Hook
Deletes an inline hook by `inlineHookId`.
|
<T> T |
executeInlineHook(Class<?> T,
String inlineHookId,
Object payloadData)
Execute an Inline Hook
Executes the inline hook by `inlineHookId` using the request body as the input.
|
InlineHookResponse |
executeInlineHook(String inlineHookId,
Object payloadData)
Execute an Inline Hook
Executes the inline hook by `inlineHookId` using the request body as the input.
|
PagedList |
executeInlineHookWithPaginationInfo(String inlineHookId,
Object payloadData)
Execute an Inline Hook
Executes the inline hook by `inlineHookId` using the request body as the input.
|
ApiClient |
getApiClient() |
InlineHook |
getInlineHook(String inlineHookId)
Retrieve an Inline Hook
Retrieves an inline hook by `inlineHookId`
|
PagedList |
getInlineHookWithPaginationInfo(String inlineHookId)
Retrieve an Inline Hook
Retrieves an inline hook by `inlineHookId`
|
List<InlineHook> |
listInlineHooks(String type)
List all Inline Hooks
Lists all inline hooks
|
PagedList |
listInlineHooksWithPaginationInfo(String type)
List all Inline Hooks
Lists all inline hooks
|
<T> T |
replaceInlineHook(Class<?> T,
String inlineHookId,
InlineHook inlineHook)
Replace an Inline Hook
Replaces an inline hook by `inlineHookId`
|
InlineHook |
replaceInlineHook(String inlineHookId,
InlineHook inlineHook)
Replace an Inline Hook
Replaces an inline hook by `inlineHookId`
|
PagedList |
replaceInlineHookWithPaginationInfo(String inlineHookId,
InlineHook inlineHook)
Replace an Inline Hook
Replaces an inline hook by `inlineHookId`
|
void |
setApiClient(ApiClient apiClient) |
public InlineHookApi()
@Autowired public InlineHookApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public InlineHook activateInlineHook(String inlineHookId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
inlineHookId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList activateInlineHookWithPaginationInfo(String inlineHookId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
inlineHookId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic InlineHook createInlineHook(InlineHook inlineHook) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
inlineHook
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T createInlineHook(Class<?> T, InlineHook inlineHook) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
T
- (required) - the assignable return typeinlineHook
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList createInlineHookWithPaginationInfo(InlineHook inlineHook) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
inlineHook
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic InlineHook deactivateInlineHook(String inlineHookId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
inlineHookId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList deactivateInlineHookWithPaginationInfo(String inlineHookId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
inlineHookId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic void deleteInlineHook(String inlineHookId) throws org.springframework.web.client.RestClientException
204 - No Content
403 - Forbidden
404 - Not Found
429 - Too Many Requests
inlineHookId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic InlineHookResponse executeInlineHook(String inlineHookId, Object payloadData) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
inlineHookId
- (required)payloadData
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T executeInlineHook(Class<?> T, String inlineHookId, Object payloadData) 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 typeinlineHookId
- (required)payloadData
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList executeInlineHookWithPaginationInfo(String inlineHookId, Object payloadData) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
inlineHookId
- (required)payloadData
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic InlineHook getInlineHook(String inlineHookId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
inlineHookId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getInlineHookWithPaginationInfo(String inlineHookId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
inlineHookId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic List<InlineHook> listInlineHooks(String type) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
429 - Too Many Requests
type
- (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList listInlineHooksWithPaginationInfo(String type) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
429 - Too Many Requests
type
- (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic InlineHook replaceInlineHook(String inlineHookId, InlineHook inlineHook) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
inlineHookId
- (required)inlineHook
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T replaceInlineHook(Class<?> T, String inlineHookId, InlineHook inlineHook) 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 typeinlineHookId
- (required)inlineHook
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList replaceInlineHookWithPaginationInfo(String inlineHookId, InlineHook inlineHook) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
inlineHookId
- (required)inlineHook
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APICopyright © 2017–2023 Okta. All rights reserved.