Package com.seeq.api
Class NotifierApi
java.lang.Object
com.seeq.api.NotifierApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the configuration values that may be relevant for using the emailer service.getConfigurationWithHeadersAndHttpInfo
(Map<String, String> customHeaders) Returns the configuration values that may be relevant for using the emailer service.Returns the configuration values that may be relevant for using the emailer service.long
sendEmail
(SendEmailInputV1 body) Sends an email.sendEmailWithHeadersAndHttpInfo
(SendEmailInputV1 body, Map<String, String> customHeaders) Sends an email.Sends an email.void
setApiClient
(ApiClient apiClient) void
setRetryTimeout
(long retryTimeout)
-
Constructor Details
-
NotifierApi
public NotifierApi() -
NotifierApi
-
-
Method Details
-
setRetryTimeout
public void setRetryTimeout(long retryTimeout) -
getRetryTimeout
public long getRetryTimeout() -
getApiClient
-
setApiClient
-
getConfiguration
Returns the configuration values that may be relevant for using the emailer service.- Returns:
- EmailerConfigurationOutputV1
- Throws:
ApiException
- if fails to make API call
-
getConfigurationWithHttpInfo
public ApiClient.ApiResponse<EmailerConfigurationOutputV1> getConfigurationWithHttpInfo() throws ApiExceptionReturns the configuration values that may be relevant for using the emailer service.- Throws:
ApiException
- if fails to make API call
-
getConfigurationWithHeadersAndHttpInfo
public ApiClient.ApiResponse<EmailerConfigurationOutputV1> getConfigurationWithHeadersAndHttpInfo(Map<String, String> customHeaders) throws ApiExceptionReturns the configuration values that may be relevant for using the emailer service.- Parameters:
customHeaders
- a map with custom headers for the HTTP request (required)- Throws:
ApiException
- if fails to make API call
-
sendEmail
Sends an email.- Parameters:
body
- (required)- Returns:
- StatusMessage
- Throws:
ApiException
- if fails to make API call
-
sendEmailWithHttpInfo
public ApiClient.ApiResponse<StatusMessage> sendEmailWithHttpInfo(SendEmailInputV1 body) throws ApiException Sends an email.- Parameters:
body
- (required)- Throws:
ApiException
- if fails to make API call
-
sendEmailWithHeadersAndHttpInfo
public ApiClient.ApiResponse<StatusMessage> sendEmailWithHeadersAndHttpInfo(SendEmailInputV1 body, Map<String, String> customHeaders) throws ApiExceptionSends an email.- Parameters:
body
- (required)customHeaders
- a map with custom headers for the HTTP request (required)- Throws:
ApiException
- if fails to make API call
-