Class InlineHookApi
- 
Constructor Summary
Constructors - 
Method Summary
Modifier 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
- 
InlineHookApi
public InlineHookApi() - 
InlineHookApi
 
 - 
 - 
Method Details
- 
getApiClient
 - 
setApiClient
 - 
activateInlineHook
public 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
 - 
activateInlineHookWithHttpInfo
public 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
 - 
activateInlineHookWithPaginationInfo
public 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
 - 
createInlineHook
public 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
 - 
createInlineHook
public <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 typeinlineHook- (required)- Returns:
 - T instance
 - Throws:
 org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 - 
createInlineHookWithHttpInfo
public 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
 - 
createInlineHookWithPaginationInfo
public 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
 - 
deactivateInlineHook
public 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
 - 
deactivateInlineHookWithHttpInfo
public 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
 - 
deactivateInlineHookWithPaginationInfo
public 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
 - 
deleteInlineHook
public 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
 - 
deleteInlineHookWithHttpInfo
public 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
 - 
executeInlineHook
public 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
 - 
executeInlineHook
public <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 typeinlineHookId- (required)payloadData- (required)- Returns:
 - T instance
 - Throws:
 org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 - 
executeInlineHookWithHttpInfo
public 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
 - 
executeInlineHookWithPaginationInfo
public 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
 - 
getInlineHook
public 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
 - 
getInlineHookWithHttpInfo
public 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
 - 
getInlineHookWithPaginationInfo
public 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
 - 
listInlineHooks
public 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
 - 
listInlineHooksWithHttpInfo
public 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
 - 
listInlineHooksWithPaginationInfo
public 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
 - 
replaceInlineHook
public 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
 - 
replaceInlineHook
public <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 typeinlineHookId- (required)inlineHook- (required)- Returns:
 - T instance
 - Throws:
 org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 - 
replaceInlineHookWithHttpInfo
public 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
 - 
replaceInlineHookWithPaginationInfo
public 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
 
 -