Uses of Class
com.mypurecloud.sdk.v2.model.TestMessage
Packages that use TestMessage
Package
Description
-
Uses of TestMessage in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return TestMessageModifier and TypeMethodDescriptionRoutingApi.postRoutingEmailDomainTestconnection(PostRoutingEmailDomainTestconnectionRequest request) Tests the custom SMTP server integration connection set on this ACD domain The request body is optional.RoutingApi.postRoutingEmailDomainTestconnection(String domainId, TestMessage body) Tests the custom SMTP server integration connection set on this ACD domain The request body is optional.RoutingApi.postRoutingEmailOutboundDomainTestconnection(PostRoutingEmailOutboundDomainTestconnectionRequest request) Tests the custom SMTP server integration connection set on this outbound domain The request body is optional.RoutingApi.postRoutingEmailOutboundDomainTestconnection(String domainId, TestMessage body) Tests the custom SMTP server integration connection set on this outbound domain The request body is optional.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type TestMessageModifier and TypeMethodDescriptionRoutingApi.postRoutingEmailDomainTestconnection(ApiRequest<TestMessage> request) Tests the custom SMTP server integration connection set on this ACD domain The request body is optional.RoutingApiAsync.postRoutingEmailDomainTestconnectionAsync(PostRoutingEmailDomainTestconnectionRequest request, AsyncApiCallback<TestMessage> callback) Tests the custom SMTP server integration connection set on this ACD domain The request body is optional.RoutingApiAsync.postRoutingEmailDomainTestconnectionAsync(ApiRequest<TestMessage> request, AsyncApiCallback<ApiResponse<TestMessage>> callback) Tests the custom SMTP server integration connection set on this ACD domain The request body is optional.RoutingApi.postRoutingEmailDomainTestconnectionWithHttpInfo(String domainId, TestMessage body) Tests the custom SMTP server integration connection set on this ACD domain The request body is optional.RoutingApi.postRoutingEmailOutboundDomainTestconnection(ApiRequest<TestMessage> request) Tests the custom SMTP server integration connection set on this outbound domain The request body is optional.RoutingApiAsync.postRoutingEmailOutboundDomainTestconnectionAsync(PostRoutingEmailOutboundDomainTestconnectionRequest request, AsyncApiCallback<TestMessage> callback) Tests the custom SMTP server integration connection set on this outbound domain The request body is optional.RoutingApiAsync.postRoutingEmailOutboundDomainTestconnectionAsync(ApiRequest<TestMessage> request, AsyncApiCallback<ApiResponse<TestMessage>> callback) Tests the custom SMTP server integration connection set on this outbound domain The request body is optional.RoutingApi.postRoutingEmailOutboundDomainTestconnectionWithHttpInfo(String domainId, TestMessage body) Tests the custom SMTP server integration connection set on this outbound domain The request body is optional.Methods in com.mypurecloud.sdk.v2.api with parameters of type TestMessageModifier and TypeMethodDescriptionRoutingApi.postRoutingEmailDomainTestconnection(String domainId, TestMessage body) Tests the custom SMTP server integration connection set on this ACD domain The request body is optional.RoutingApi.postRoutingEmailDomainTestconnectionWithHttpInfo(String domainId, TestMessage body) Tests the custom SMTP server integration connection set on this ACD domain The request body is optional.RoutingApi.postRoutingEmailOutboundDomainTestconnection(String domainId, TestMessage body) Tests the custom SMTP server integration connection set on this outbound domain The request body is optional.RoutingApi.postRoutingEmailOutboundDomainTestconnectionWithHttpInfo(String domainId, TestMessage body) Tests the custom SMTP server integration connection set on this outbound domain The request body is optional.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type TestMessageModifier and TypeMethodDescriptionRoutingApi.postRoutingEmailDomainTestconnection(ApiRequest<TestMessage> request) Tests the custom SMTP server integration connection set on this ACD domain The request body is optional.RoutingApiAsync.postRoutingEmailDomainTestconnectionAsync(PostRoutingEmailDomainTestconnectionRequest request, AsyncApiCallback<TestMessage> callback) Tests the custom SMTP server integration connection set on this ACD domain The request body is optional.RoutingApiAsync.postRoutingEmailDomainTestconnectionAsync(ApiRequest<TestMessage> request, AsyncApiCallback<ApiResponse<TestMessage>> callback) Tests the custom SMTP server integration connection set on this ACD domain The request body is optional.RoutingApiAsync.postRoutingEmailDomainTestconnectionAsync(ApiRequest<TestMessage> request, AsyncApiCallback<ApiResponse<TestMessage>> callback) Tests the custom SMTP server integration connection set on this ACD domain The request body is optional.RoutingApi.postRoutingEmailOutboundDomainTestconnection(ApiRequest<TestMessage> request) Tests the custom SMTP server integration connection set on this outbound domain The request body is optional.RoutingApiAsync.postRoutingEmailOutboundDomainTestconnectionAsync(PostRoutingEmailOutboundDomainTestconnectionRequest request, AsyncApiCallback<TestMessage> callback) Tests the custom SMTP server integration connection set on this outbound domain The request body is optional.RoutingApiAsync.postRoutingEmailOutboundDomainTestconnectionAsync(ApiRequest<TestMessage> request, AsyncApiCallback<ApiResponse<TestMessage>> callback) Tests the custom SMTP server integration connection set on this outbound domain The request body is optional.RoutingApiAsync.postRoutingEmailOutboundDomainTestconnectionAsync(ApiRequest<TestMessage> request, AsyncApiCallback<ApiResponse<TestMessage>> callback) Tests the custom SMTP server integration connection set on this outbound domain The request body is optional. -
Uses of TestMessage in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return TestMessageModifier and TypeMethodDescriptionPostRoutingEmailDomainTestconnectionRequest.getBody()PostRoutingEmailOutboundDomainTestconnectionRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type TestMessageModifier and TypeMethodDescriptionPostRoutingEmailDomainTestconnectionRequest.withHttpInfo()PostRoutingEmailOutboundDomainTestconnectionRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type TestMessageModifier and TypeMethodDescriptionvoidPostRoutingEmailDomainTestconnectionRequest.setBody(TestMessage body) voidPostRoutingEmailOutboundDomainTestconnectionRequest.setBody(TestMessage body) PostRoutingEmailDomainTestconnectionRequest.Builder.withBody(TestMessage body) PostRoutingEmailDomainTestconnectionRequest.withBody(TestMessage body) PostRoutingEmailOutboundDomainTestconnectionRequest.Builder.withBody(TestMessage body) PostRoutingEmailOutboundDomainTestconnectionRequest.withBody(TestMessage body) -
Uses of TestMessage in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TestMessageModifier and TypeMethodDescriptionTestMessage.from(EmailAddress from) The sender of the email message.The html body of the email messageThe subject of the email message.The text body of the email message.The time when the message was sent.TestMessage.to(List<EmailAddress> to) The recipients of the email message.