Package io.cloudreactor.tasksymphony.api
Class EmailNotificationProfilesApi
java.lang.Object
io.cloudreactor.tasksymphony.api.EmailNotificationProfilesApi
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class EmailNotificationProfilesApi
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionemailNotificationProfilesCloneCreate(UUID uuid, EmailNotificationProfile emailNotificationProfile) emailNotificationProfilesCreate(EmailNotificationProfile emailNotificationProfile) voidemailNotificationProfilesList(Integer createdByGroupId, Integer limit, String name, Integer offset, String ordering, String runEnvironmentUuid, String search) emailNotificationProfilesPartialUpdate(UUID uuid, PatchedEmailNotificationProfile patchedEmailNotificationProfile) emailNotificationProfilesUpdate(UUID uuid, EmailNotificationProfile emailNotificationProfile) voidsetApiClient(ApiClient apiClient)
-
Constructor Details
-
EmailNotificationProfilesApi
public EmailNotificationProfilesApi() -
EmailNotificationProfilesApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
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
- 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
- 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
-