Package com.mypurecloud.sdk.v2.api
Class EmailsApi
java.lang.Object
com.mypurecloud.sdk.v2.api.EmailsApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidReset email threading settings to defaultvoidReset email threading settings to defaultdeleteEmailsSettingsThreading(ApiRequest<Void> request) Reset email threading settings to defaultReset email threading settings to defaultGet email Contact Center settingsGet email Contact Center settingsgetEmailsSettings(ApiRequest<Void> request) Get email Contact Center settingsGet email threading settingsGet email threading settingsgetEmailsSettingsThreading(ApiRequest<Void> request) Get email threading settingsGet email threading settingsGet email Contact Center settingsPatch email Contact Center settingspatchEmailsSettings(ApiRequest<EmailSettings> request) Patch email Contact Center settingsPatch email Contact Center settingsPatch email threading settingsPatch email threading settingsPatch email threading settingsPatch email threading settingsPatch email Contact Center settings
-
Constructor Details
-
EmailsApi
public EmailsApi() -
EmailsApi
-
-
Method Details
-
deleteEmailsSettingsThreading
Reset email threading settings to default- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
deleteEmailsSettingsThreadingWithHttpInfo
Reset email threading settings to default- Throws:
IOException- if the request fails to be processed
-
deleteEmailsSettingsThreading
public void deleteEmailsSettingsThreading(DeleteEmailsSettingsThreadingRequest request) throws IOException, ApiException Reset email threading settings to default- Parameters:
request- The request object- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
deleteEmailsSettingsThreading
Reset email threading settings to default- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
getEmailsSettings
Get email Contact Center settings- Returns:
- EmailSettings
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getEmailsSettingsWithHttpInfo
Get email Contact Center settings- Returns:
- EmailSettings
- Throws:
IOException- if the request fails to be processed
-
getEmailsSettings
public EmailSettings getEmailsSettings(GetEmailsSettingsRequest request) throws IOException, ApiException Get email Contact Center settings- Parameters:
request- The request object- Returns:
- EmailSettings
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getEmailsSettings
Get email Contact Center settings- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
getEmailsSettingsThreading
Get email threading settings- Returns:
- EmailThreadingSettings
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getEmailsSettingsThreadingWithHttpInfo
public ApiResponse<EmailThreadingSettings> getEmailsSettingsThreadingWithHttpInfo() throws IOExceptionGet email threading settings- Returns:
- EmailThreadingSettings
- Throws:
IOException- if the request fails to be processed
-
getEmailsSettingsThreading
public EmailThreadingSettings getEmailsSettingsThreading(GetEmailsSettingsThreadingRequest request) throws IOException, ApiException Get email threading settings- Parameters:
request- The request object- Returns:
- EmailThreadingSettings
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getEmailsSettingsThreading
public ApiResponse<EmailThreadingSettings> getEmailsSettingsThreading(ApiRequest<Void> request) throws IOException Get email threading settings- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
patchEmailsSettings
Patch email Contact Center settings- Parameters:
body- (optional)- Returns:
- EmailSettings
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
patchEmailsSettingsWithHttpInfo
public ApiResponse<EmailSettings> patchEmailsSettingsWithHttpInfo(EmailSettings body) throws IOException Patch email Contact Center settings- Parameters:
body- (optional)- Returns:
- EmailSettings
- Throws:
IOException- if the request fails to be processed
-
patchEmailsSettings
public EmailSettings patchEmailsSettings(PatchEmailsSettingsRequest request) throws IOException, ApiException Patch email Contact Center settings- Parameters:
request- The request object- Returns:
- EmailSettings
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
patchEmailsSettings
public ApiResponse<EmailSettings> patchEmailsSettings(ApiRequest<EmailSettings> request) throws IOException Patch email Contact Center settings- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
patchEmailsSettingsThreading
public EmailThreadingSettings patchEmailsSettingsThreading(EmailThreadingSettings body) throws IOException, ApiException Patch email threading settings- Parameters:
body- (optional)- Returns:
- EmailThreadingSettings
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
patchEmailsSettingsThreadingWithHttpInfo
public ApiResponse<EmailThreadingSettings> patchEmailsSettingsThreadingWithHttpInfo(EmailThreadingSettings body) throws IOException Patch email threading settings- Parameters:
body- (optional)- Returns:
- EmailThreadingSettings
- Throws:
IOException- if the request fails to be processed
-
patchEmailsSettingsThreading
public EmailThreadingSettings patchEmailsSettingsThreading(PatchEmailsSettingsThreadingRequest request) throws IOException, ApiException Patch email threading settings- Parameters:
request- The request object- Returns:
- EmailThreadingSettings
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
patchEmailsSettingsThreading
public ApiResponse<EmailThreadingSettings> patchEmailsSettingsThreading(ApiRequest<EmailThreadingSettings> request) throws IOException Patch email threading settings- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-