@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
@Component(value="org.openapitools.client.api.InlineHookApi")
public class InlineHookApi
extends java.lang.Object
Constructor and Description |
---|
InlineHookApi() |
InlineHookApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
InlineHook |
activateInlineHook(java.lang.String inlineHookId)
Activate an Inline Hook
Activates the inline hook by `inlineHookId`
|
PagedList |
activateInlineHookWithPaginationInfo(java.lang.String inlineHookId)
Activate an Inline Hook
Activates the inline hook by `inlineHookId`
|
<T> T |
createInlineHook(java.lang.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(java.lang.String inlineHookId)
Deactivate an Inline Hook
Deactivates the inline hook by `inlineHookId`
|
PagedList |
deactivateInlineHookWithPaginationInfo(java.lang.String inlineHookId)
Deactivate an Inline Hook
Deactivates the inline hook by `inlineHookId`
|
void |
deleteInlineHook(java.lang.String inlineHookId)
Delete an Inline Hook
Deletes an inline hook by `inlineHookId`.
|
<T> T |
executeInlineHook(java.lang.Class<?> T,
java.lang.String inlineHookId,
java.lang.Object payloadData)
Execute an Inline Hook
Executes the inline hook by `inlineHookId` using the request body as the input.
|
InlineHookResponse |
executeInlineHook(java.lang.String inlineHookId,
java.lang.Object payloadData)
Execute an Inline Hook
Executes the inline hook by `inlineHookId` using the request body as the input.
|
PagedList |
executeInlineHookWithPaginationInfo(java.lang.String inlineHookId,
java.lang.Object payloadData)
Execute an Inline Hook
Executes the inline hook by `inlineHookId` using the request body as the input.
|
ApiClient |
getApiClient() |
InlineHook |
getInlineHook(java.lang.String inlineHookId)
Retrieve an Inline Hook
Retrieves an inline hook by `inlineHookId`
|
PagedList |
getInlineHookWithPaginationInfo(java.lang.String inlineHookId)
Retrieve an Inline Hook
Retrieves an inline hook by `inlineHookId`
|
java.util.List<InlineHook> |
listInlineHooks(java.lang.String type)
List all Inline Hooks
Lists all inline hooks
|
PagedList |
listInlineHooksWithPaginationInfo(java.lang.String type)
List all Inline Hooks
Lists all inline hooks
|
<T> T |
replaceInlineHook(java.lang.Class<?> T,
java.lang.String inlineHookId,
InlineHook inlineHook)
Replace an Inline Hook
Replaces an inline hook by `inlineHookId`
|
InlineHook |
replaceInlineHook(java.lang.String inlineHookId,
InlineHook inlineHook)
Replace an Inline Hook
Replaces an inline hook by `inlineHookId`
|
PagedList |
replaceInlineHookWithPaginationInfo(java.lang.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(java.lang.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(java.lang.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(java.lang.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(java.lang.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(java.lang.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(java.lang.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(java.lang.String inlineHookId, java.lang.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(java.lang.Class<?> T, java.lang.String inlineHookId, java.lang.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(java.lang.String inlineHookId, java.lang.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(java.lang.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(java.lang.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 java.util.List<InlineHook> listInlineHooks(java.lang.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(java.lang.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(java.lang.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(java.lang.Class<?> T, java.lang.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(java.lang.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-2022 Okta. All Rights Reserved.