Package io.cloudreactor.tasksymphony.api
Class AlertMethodsApi
java.lang.Object
io.cloudreactor.tasksymphony.api.AlertMethodsApi
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class AlertMethodsApi
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionalertMethodsCloneCreate(UUID uuid, AlertMethod alertMethod) alertMethodsCreate(AlertMethod alertMethod) voidalertMethodsDestroy(UUID uuid) alertMethodsList(Integer createdByGroupId, Integer limit, String name, Integer offset, String ordering, String runEnvironmentUuid, String search) alertMethodsPartialUpdate(UUID uuid, PatchedAlertMethod patchedAlertMethod) alertMethodsRetrieve(UUID uuid) alertMethodsUpdate(UUID uuid, AlertMethod alertMethod) voidsetApiClient(ApiClient apiClient)
-
Constructor Details
-
AlertMethodsApi
public AlertMethodsApi() -
AlertMethodsApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
alertMethodsCloneCreate
- Parameters:
uuid- (required)alertMethod- (required)- Returns:
- AlertMethod
- Throws:
ApiException- if fails to make API call
-
alertMethodsCreate
- Parameters:
alertMethod- (required)- Returns:
- AlertMethod
- Throws:
ApiException- if fails to make API call
-
alertMethodsDestroy
- Parameters:
uuid- (required)- Throws:
ApiException- if fails to make API call
-
alertMethodsList
public PaginatedAlertMethodList alertMethodsList(Integer createdByGroupId, Integer limit, String name, Integer offset, String ordering, String runEnvironmentUuid, String search) throws ApiException - Parameters:
createdByGroupId- (optional)limit- Number of results to return per page. (optional)name- (optional)offset- The initial index from which to return the results. (optional)ordering- Which field to use when ordering the results. (optional)runEnvironmentUuid- (optional)search- A search term. (optional)- Returns:
- PaginatedAlertMethodList
- Throws:
ApiException- if fails to make API call
-
alertMethodsPartialUpdate
public AlertMethod alertMethodsPartialUpdate(UUID uuid, PatchedAlertMethod patchedAlertMethod) throws ApiException - Parameters:
uuid- (required)patchedAlertMethod- (optional)- Returns:
- AlertMethod
- Throws:
ApiException- if fails to make API call
-
alertMethodsRetrieve
- Parameters:
uuid- (required)- Returns:
- AlertMethod
- Throws:
ApiException- if fails to make API call
-
alertMethodsUpdate
- Parameters:
uuid- (required)alertMethod- (required)- Returns:
- AlertMethod
- Throws:
ApiException- if fails to make API call
-