Class InlineHookApi
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionactivateInlineHook(String inlineHookId) Activate an Inline Hook Activates the inline hook by `inlineHookId`org.springframework.http.ResponseEntity<InlineHook>activateInlineHookWithHttpInfo(String inlineHookId) Activate an Inline Hook Activates the inline hook by `inlineHookId`activateInlineHookWithPaginationInfo(String inlineHookId) Activate an Inline Hook Activates the inline hook by `inlineHookId`<T> TcreateInlineHook(Class<?> T, InlineHook inlineHook) Create an Inline Hook Creates an inline hookcreateInlineHook(InlineHook inlineHook) Create an Inline Hook Creates an inline hookorg.springframework.http.ResponseEntity<InlineHook>createInlineHookWithHttpInfo(InlineHook inlineHook) Create an Inline Hook Creates an inline hookcreateInlineHookWithPaginationInfo(InlineHook inlineHook) Create an Inline Hook Creates an inline hookdeactivateInlineHook(String inlineHookId) Deactivate an Inline Hook Deactivates the inline hook by `inlineHookId`org.springframework.http.ResponseEntity<InlineHook>deactivateInlineHookWithHttpInfo(String inlineHookId) Deactivate an Inline Hook Deactivates the inline hook by `inlineHookId`deactivateInlineHookWithPaginationInfo(String inlineHookId) Deactivate an Inline Hook Deactivates the inline hook by `inlineHookId`voiddeleteInlineHook(String inlineHookId) Delete an Inline Hook Deletes an inline hook by `inlineHookId`.org.springframework.http.ResponseEntity<Void>deleteInlineHookWithHttpInfo(String inlineHookId) Delete an Inline Hook Deletes an inline hook by `inlineHookId`.<T> TexecuteInlineHook(Class<?> T, String inlineHookId, Object payloadData) Execute an Inline Hook Executes the inline hook by `inlineHookId` using the request body as the input.executeInlineHook(String inlineHookId, Object payloadData) Execute an Inline Hook Executes the inline hook by `inlineHookId` using the request body as the input.org.springframework.http.ResponseEntity<InlineHookResponse>executeInlineHookWithHttpInfo(String inlineHookId, Object payloadData) Execute an Inline Hook Executes the inline hook by `inlineHookId` using the request body as the input.executeInlineHookWithPaginationInfo(String inlineHookId, Object payloadData) Execute an Inline Hook Executes the inline hook by `inlineHookId` using the request body as the input.getInlineHook(String inlineHookId) Retrieve an Inline Hook Retrieves an inline hook by `inlineHookId`org.springframework.http.ResponseEntity<InlineHook>getInlineHookWithHttpInfo(String inlineHookId) Retrieve an Inline Hook Retrieves an inline hook by `inlineHookId`getInlineHookWithPaginationInfo(String inlineHookId) Retrieve an Inline Hook Retrieves an inline hook by `inlineHookId`listInlineHooks(String type) List all Inline Hooks Lists all inline hooksorg.springframework.http.ResponseEntity<List<InlineHook>>List all Inline Hooks Lists all inline hooksList all Inline Hooks Lists all inline hooks<T> TreplaceInlineHook(Class<?> T, String inlineHookId, InlineHook inlineHook) Replace an Inline Hook Replaces an inline hook by `inlineHookId`replaceInlineHook(String inlineHookId, InlineHook inlineHook) Replace an Inline Hook Replaces an inline hook by `inlineHookId`org.springframework.http.ResponseEntity<InlineHook>replaceInlineHookWithHttpInfo(String inlineHookId, InlineHook inlineHook) Replace an Inline Hook Replaces an inline hook by `inlineHookId`replaceInlineHookWithPaginationInfo(String inlineHookId, InlineHook inlineHook) Replace an Inline Hook Replaces an inline hook by `inlineHookId`voidsetApiClient(ApiClient apiClient) 
- 
Constructor Details- 
InlineHookApipublic InlineHookApi()
- 
InlineHookApi
 
- 
- 
Method Details- 
getApiClient
- 
setApiClient
- 
activateInlineHookpublic InlineHook activateInlineHook(String inlineHookId) throws org.springframework.web.client.RestClientException Activate an Inline Hook Activates the inline hook by `inlineHookId`200 - Success 403 - Forbidden 404 - Not Found 429 - Too Many Requests - Parameters:
- inlineHookId- (required)
- Returns:
- InlineHook
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
activateInlineHookWithHttpInfopublic org.springframework.http.ResponseEntity<InlineHook> activateInlineHookWithHttpInfo(String inlineHookId) throws org.springframework.web.client.RestClientException Activate an Inline Hook Activates the inline hook by `inlineHookId`200 - Success 403 - Forbidden 404 - Not Found 429 - Too Many Requests - Parameters:
- inlineHookId- (required)
- Returns:
- ResponseEntity<InlineHook>
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
activateInlineHookWithPaginationInfopublic PagedList activateInlineHookWithPaginationInfo(String inlineHookId) throws org.springframework.web.client.RestClientException Activate an Inline Hook Activates the inline hook by `inlineHookId`200 - Success 403 - Forbidden 404 - Not Found 429 - Too Many Requests - Parameters:
- inlineHookId- (required)
- Returns:
- ResponseEntity<InlineHook>
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
createInlineHookpublic InlineHook createInlineHook(InlineHook inlineHook) throws org.springframework.web.client.RestClientException Create an Inline Hook Creates an inline hook200 - Success 400 - Bad Request 403 - Forbidden 429 - Too Many Requests - Parameters:
- inlineHook- (required)
- Returns:
- InlineHook
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
createInlineHookpublic <T> T createInlineHook(Class<?> T, InlineHook inlineHook) throws org.springframework.web.client.RestClientException Create an Inline Hook Creates an inline hook200 - Success 400 - Bad Request 403 - Forbidden 429 - Too Many Requests - Parameters:
- T- (required) - the assignable return type
- inlineHook- (required)
- Returns:
- T instance
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
createInlineHookWithHttpInfopublic org.springframework.http.ResponseEntity<InlineHook> createInlineHookWithHttpInfo(InlineHook inlineHook) throws org.springframework.web.client.RestClientException Create an Inline Hook Creates an inline hook200 - Success 400 - Bad Request 403 - Forbidden 429 - Too Many Requests - Parameters:
- inlineHook- (required)
- Returns:
- ResponseEntity<InlineHook>
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
createInlineHookWithPaginationInfopublic PagedList createInlineHookWithPaginationInfo(InlineHook inlineHook) throws org.springframework.web.client.RestClientException Create an Inline Hook Creates an inline hook200 - Success 400 - Bad Request 403 - Forbidden 429 - Too Many Requests - Parameters:
- inlineHook- (required)
- Returns:
- ResponseEntity<InlineHook>
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
deactivateInlineHookpublic InlineHook deactivateInlineHook(String inlineHookId) throws org.springframework.web.client.RestClientException Deactivate an Inline Hook Deactivates the inline hook by `inlineHookId`200 - Success 403 - Forbidden 404 - Not Found 429 - Too Many Requests - Parameters:
- inlineHookId- (required)
- Returns:
- InlineHook
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
deactivateInlineHookWithHttpInfopublic org.springframework.http.ResponseEntity<InlineHook> deactivateInlineHookWithHttpInfo(String inlineHookId) throws org.springframework.web.client.RestClientException Deactivate an Inline Hook Deactivates the inline hook by `inlineHookId`200 - Success 403 - Forbidden 404 - Not Found 429 - Too Many Requests - Parameters:
- inlineHookId- (required)
- Returns:
- ResponseEntity<InlineHook>
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
deactivateInlineHookWithPaginationInfopublic PagedList deactivateInlineHookWithPaginationInfo(String inlineHookId) throws org.springframework.web.client.RestClientException Deactivate an Inline Hook Deactivates the inline hook by `inlineHookId`200 - Success 403 - Forbidden 404 - Not Found 429 - Too Many Requests - Parameters:
- inlineHookId- (required)
- Returns:
- ResponseEntity<InlineHook>
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
deleteInlineHookpublic void deleteInlineHook(String inlineHookId) throws org.springframework.web.client.RestClientException Delete an Inline Hook Deletes an inline hook by `inlineHookId`. Once deleted, the Inline Hook is unrecoverable. As a safety precaution, only Inline Hooks with a status of INACTIVE are eligible for deletion.204 - No Content 403 - Forbidden 404 - Not Found 429 - Too Many Requests - Parameters:
- inlineHookId- (required)
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
deleteInlineHookWithHttpInfopublic org.springframework.http.ResponseEntity<Void> deleteInlineHookWithHttpInfo(String inlineHookId) throws org.springframework.web.client.RestClientException Delete an Inline Hook Deletes an inline hook by `inlineHookId`. Once deleted, the Inline Hook is unrecoverable. As a safety precaution, only Inline Hooks with a status of INACTIVE are eligible for deletion.204 - No Content 403 - Forbidden 404 - Not Found 429 - Too Many Requests - Parameters:
- inlineHookId- (required)
- Returns:
- ResponseEntity<Void>
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
executeInlineHookpublic InlineHookResponse executeInlineHook(String inlineHookId, Object payloadData) throws org.springframework.web.client.RestClientException Execute an Inline Hook Executes the inline hook by `inlineHookId` using the request body as the input. This will send the provided data through the Channel and return a response if it matches the correct data contract. This execution endpoint should only be used for testing purposes.200 - Success 400 - Bad Request 403 - Forbidden 404 - Not Found 429 - Too Many Requests - Parameters:
- inlineHookId- (required)
- payloadData- (required)
- Returns:
- InlineHookResponse
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
executeInlineHookpublic <T> T executeInlineHook(Class<?> T, String inlineHookId, Object payloadData) throws org.springframework.web.client.RestClientException Execute an Inline Hook Executes the inline hook by `inlineHookId` using the request body as the input. This will send the provided data through the Channel and return a response if it matches the correct data contract. This execution endpoint should only be used for testing purposes.200 - Success 400 - Bad Request 403 - Forbidden 404 - Not Found 429 - Too Many Requests - Parameters:
- T- (required) - the assignable return type
- inlineHookId- (required)
- payloadData- (required)
- Returns:
- T instance
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
executeInlineHookWithHttpInfopublic org.springframework.http.ResponseEntity<InlineHookResponse> executeInlineHookWithHttpInfo(String inlineHookId, Object payloadData) throws org.springframework.web.client.RestClientException Execute an Inline Hook Executes the inline hook by `inlineHookId` using the request body as the input. This will send the provided data through the Channel and return a response if it matches the correct data contract. This execution endpoint should only be used for testing purposes.200 - Success 400 - Bad Request 403 - Forbidden 404 - Not Found 429 - Too Many Requests - Parameters:
- inlineHookId- (required)
- payloadData- (required)
- Returns:
- ResponseEntity<InlineHookResponse>
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
executeInlineHookWithPaginationInfopublic PagedList executeInlineHookWithPaginationInfo(String inlineHookId, Object payloadData) throws org.springframework.web.client.RestClientException Execute an Inline Hook Executes the inline hook by `inlineHookId` using the request body as the input. This will send the provided data through the Channel and return a response if it matches the correct data contract. This execution endpoint should only be used for testing purposes.200 - Success 400 - Bad Request 403 - Forbidden 404 - Not Found 429 - Too Many Requests - Parameters:
- inlineHookId- (required)
- payloadData- (required)
- Returns:
- ResponseEntity<InlineHookResponse>
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
getInlineHookpublic InlineHook getInlineHook(String inlineHookId) throws org.springframework.web.client.RestClientException Retrieve an Inline Hook Retrieves an inline hook by `inlineHookId`200 - Success 403 - Forbidden 404 - Not Found 429 - Too Many Requests - Parameters:
- inlineHookId- (required)
- Returns:
- InlineHook
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
getInlineHookWithHttpInfopublic org.springframework.http.ResponseEntity<InlineHook> getInlineHookWithHttpInfo(String inlineHookId) throws org.springframework.web.client.RestClientException Retrieve an Inline Hook Retrieves an inline hook by `inlineHookId`200 - Success 403 - Forbidden 404 - Not Found 429 - Too Many Requests - Parameters:
- inlineHookId- (required)
- Returns:
- ResponseEntity<InlineHook>
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
getInlineHookWithPaginationInfopublic PagedList getInlineHookWithPaginationInfo(String inlineHookId) throws org.springframework.web.client.RestClientException Retrieve an Inline Hook Retrieves an inline hook by `inlineHookId`200 - Success 403 - Forbidden 404 - Not Found 429 - Too Many Requests - Parameters:
- inlineHookId- (required)
- Returns:
- ResponseEntity<InlineHook>
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
listInlineHookspublic List<InlineHook> listInlineHooks(String type) throws org.springframework.web.client.RestClientException List all Inline Hooks Lists all inline hooks200 - Success 403 - Forbidden 429 - Too Many Requests - Parameters:
- type- (optional)
- Returns:
- List<InlineHook>
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
listInlineHooksWithHttpInfopublic org.springframework.http.ResponseEntity<List<InlineHook>> listInlineHooksWithHttpInfo(String type) throws org.springframework.web.client.RestClientException List all Inline Hooks Lists all inline hooks200 - Success 403 - Forbidden 429 - Too Many Requests - Parameters:
- type- (optional)
- Returns:
- ResponseEntity<List<InlineHook>>
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
listInlineHooksWithPaginationInfopublic PagedList listInlineHooksWithPaginationInfo(String type) throws org.springframework.web.client.RestClientException List all Inline Hooks Lists all inline hooks200 - Success 403 - Forbidden 429 - Too Many Requests - Parameters:
- type- (optional)
- Returns:
- ResponseEntity<List<InlineHook>>
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
replaceInlineHookpublic InlineHook replaceInlineHook(String inlineHookId, InlineHook inlineHook) throws org.springframework.web.client.RestClientException Replace an Inline Hook Replaces an inline hook by `inlineHookId`200 - Success 400 - Bad Request 403 - Forbidden 404 - Not Found 429 - Too Many Requests - Parameters:
- inlineHookId- (required)
- inlineHook- (required)
- Returns:
- InlineHook
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
replaceInlineHookpublic <T> T replaceInlineHook(Class<?> T, String inlineHookId, InlineHook inlineHook) throws org.springframework.web.client.RestClientException Replace an Inline Hook Replaces an inline hook by `inlineHookId`200 - Success 400 - Bad Request 403 - Forbidden 404 - Not Found 429 - Too Many Requests - Parameters:
- T- (required) - the assignable return type
- inlineHookId- (required)
- inlineHook- (required)
- Returns:
- T instance
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
replaceInlineHookWithHttpInfopublic org.springframework.http.ResponseEntity<InlineHook> replaceInlineHookWithHttpInfo(String inlineHookId, InlineHook inlineHook) throws org.springframework.web.client.RestClientException Replace an Inline Hook Replaces an inline hook by `inlineHookId`200 - Success 400 - Bad Request 403 - Forbidden 404 - Not Found 429 - Too Many Requests - Parameters:
- inlineHookId- (required)
- inlineHook- (required)
- Returns:
- ResponseEntity<InlineHook>
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
replaceInlineHookWithPaginationInfopublic PagedList replaceInlineHookWithPaginationInfo(String inlineHookId, InlineHook inlineHook) throws org.springframework.web.client.RestClientException Replace an Inline Hook Replaces an inline hook by `inlineHookId`200 - Success 400 - Bad Request 403 - Forbidden 404 - Not Found 429 - Too Many Requests - Parameters:
- inlineHookId- (required)
- inlineHook- (required)
- Returns:
- ResponseEntity<InlineHook>
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
 
-