Class EmailNotificationProfilesApi

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

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

    • EmailNotificationProfilesApi

      public EmailNotificationProfilesApi()
    • EmailNotificationProfilesApi

      public EmailNotificationProfilesApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • emailNotificationProfilesCloneCreate

      public EmailNotificationProfile emailNotificationProfilesCloneCreate(UUID uuid, EmailNotificationProfile emailNotificationProfile) throws ApiException
      Parameters:
      uuid - (required)
      emailNotificationProfile - (required)
      Returns:
      EmailNotificationProfile
      Throws:
      ApiException - if fails to make API call
    • emailNotificationProfilesCreate

      public EmailNotificationProfile emailNotificationProfilesCreate(EmailNotificationProfile emailNotificationProfile) throws ApiException
      Parameters:
      emailNotificationProfile - (required)
      Returns:
      EmailNotificationProfile
      Throws:
      ApiException - if fails to make API call
    • emailNotificationProfilesDestroy

      public void emailNotificationProfilesDestroy(UUID uuid) throws ApiException
      Parameters:
      uuid - (required)
      Throws:
      ApiException - if fails to make API call
    • emailNotificationProfilesList

      public PaginatedEmailNotificationProfileList emailNotificationProfilesList(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:
      PaginatedEmailNotificationProfileList
      Throws:
      ApiException - if fails to make API call
    • emailNotificationProfilesPartialUpdate

      public EmailNotificationProfile emailNotificationProfilesPartialUpdate(UUID uuid, PatchedEmailNotificationProfile patchedEmailNotificationProfile) throws ApiException
      Parameters:
      uuid - (required)
      patchedEmailNotificationProfile - (optional)
      Returns:
      EmailNotificationProfile
      Throws:
      ApiException - if fails to make API call
    • emailNotificationProfilesRetrieve

      public EmailNotificationProfile emailNotificationProfilesRetrieve(UUID uuid) throws ApiException
      Parameters:
      uuid - (required)
      Returns:
      EmailNotificationProfile
      Throws:
      ApiException - if fails to make API call
    • emailNotificationProfilesUpdate

      public EmailNotificationProfile emailNotificationProfilesUpdate(UUID uuid, EmailNotificationProfile emailNotificationProfile) throws ApiException
      Parameters:
      uuid - (required)
      emailNotificationProfile - (required)
      Returns:
      EmailNotificationProfile
      Throws:
      ApiException - if fails to make API call