Class AlertMethodsApi

java.lang.Object
io.cloudreactor.tasksymphony.api.AlertMethodsApi

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class AlertMethodsApi extends Object
  • Constructor Details

    • AlertMethodsApi

      public AlertMethodsApi()
    • AlertMethodsApi

      public AlertMethodsApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • alertMethodsCloneCreate

      public AlertMethod alertMethodsCloneCreate(UUID uuid, AlertMethod alertMethod) throws ApiException
      Parameters:
      uuid - (required)
      alertMethod - (required)
      Returns:
      AlertMethod
      Throws:
      ApiException - if fails to make API call
    • alertMethodsCreate

      public AlertMethod alertMethodsCreate(AlertMethod alertMethod) throws ApiException
      Parameters:
      alertMethod - (required)
      Returns:
      AlertMethod
      Throws:
      ApiException - if fails to make API call
    • alertMethodsDestroy

      public void alertMethodsDestroy(UUID uuid) throws ApiException
      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

      public AlertMethod alertMethodsRetrieve(UUID uuid) throws ApiException
      Parameters:
      uuid - (required)
      Returns:
      AlertMethod
      Throws:
      ApiException - if fails to make API call
    • alertMethodsUpdate

      public AlertMethod alertMethodsUpdate(UUID uuid, AlertMethod alertMethod) throws ApiException
      Parameters:
      uuid - (required)
      alertMethod - (required)
      Returns:
      AlertMethod
      Throws:
      ApiException - if fails to make API call