Uses of Class
com.mypurecloud.sdk.v2.model.OutboundDomain
Packages that use OutboundDomain
-
Uses of OutboundDomain in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return OutboundDomainModifier and TypeMethodDescriptionRoutingApi.getRoutingEmailOutboundDomain(GetRoutingEmailOutboundDomainRequest request) Get domainRoutingApi.getRoutingEmailOutboundDomain(String domainId, String expand) Get domainRoutingApi.patchRoutingEmailOutboundDomain(PatchRoutingEmailOutboundDomainRequest request) Update configurable settings for an email domain, such as changing the sending method (e.g., to or from SMTP).RoutingApi.patchRoutingEmailOutboundDomain(String domainId, OutboundDomainPatchRequest body) Update configurable settings for an email domain, such as changing the sending method (e.g., to or from SMTP).Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type OutboundDomainModifier and TypeMethodDescriptionRoutingApi.getRoutingEmailOutboundDomain(ApiRequest<Void> request) Get domainRoutingApiAsync.getRoutingEmailOutboundDomainAsync(GetRoutingEmailOutboundDomainRequest request, AsyncApiCallback<OutboundDomain> callback) Get domainRoutingApiAsync.getRoutingEmailOutboundDomainAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<OutboundDomain>> callback) Get domainRoutingApi.getRoutingEmailOutboundDomainWithHttpInfo(String domainId, String expand) Get domainRoutingApi.patchRoutingEmailOutboundDomain(ApiRequest<OutboundDomainPatchRequest> request) Update configurable settings for an email domain, such as changing the sending method (e.g., to or from SMTP).RoutingApiAsync.patchRoutingEmailOutboundDomainAsync(PatchRoutingEmailOutboundDomainRequest request, AsyncApiCallback<OutboundDomain> callback) Update configurable settings for an email domain, such as changing the sending method (e.g., to or from SMTP).RoutingApiAsync.patchRoutingEmailOutboundDomainAsync(ApiRequest<OutboundDomainPatchRequest> request, AsyncApiCallback<ApiResponse<OutboundDomain>> callback) Update configurable settings for an email domain, such as changing the sending method (e.g., to or from SMTP).RoutingApi.patchRoutingEmailOutboundDomainWithHttpInfo(String domainId, OutboundDomainPatchRequest body) Update configurable settings for an email domain, such as changing the sending method (e.g., to or from SMTP).Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type OutboundDomainModifier and TypeMethodDescriptionRoutingApiAsync.getRoutingEmailOutboundDomainAsync(GetRoutingEmailOutboundDomainRequest request, AsyncApiCallback<OutboundDomain> callback) Get domainRoutingApiAsync.getRoutingEmailOutboundDomainAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<OutboundDomain>> callback) Get domainRoutingApiAsync.patchRoutingEmailOutboundDomainAsync(PatchRoutingEmailOutboundDomainRequest request, AsyncApiCallback<OutboundDomain> callback) Update configurable settings for an email domain, such as changing the sending method (e.g., to or from SMTP).RoutingApiAsync.patchRoutingEmailOutboundDomainAsync(ApiRequest<OutboundDomainPatchRequest> request, AsyncApiCallback<ApiResponse<OutboundDomain>> callback) Update configurable settings for an email domain, such as changing the sending method (e.g., to or from SMTP). -
Uses of OutboundDomain in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OutboundDomainModifier and TypeMethodDescriptionOutboundDomain.cnameVerificationResult(VerificationResult cnameVerificationResult) CNAME registration StatusOutboundDomain.dkimVerificationResult(VerificationResult dkimVerificationResult) DKIM registration StatusOutboundDomain.emailSetting(EmailSetting emailSetting) The email settings associated with this domain.Unique Id of the domain such as: example.comOutboundDomain.senderType(OutboundDomain.SenderTypeEnum senderType) Sender TypeMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type OutboundDomainMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type OutboundDomainModifier and TypeMethodDescriptionOutboundDomainEntityListing.entities(List<OutboundDomain> entities) voidOutboundDomainEntityListing.setEntities(List<OutboundDomain> entities)