Uses of Class
com.mypurecloud.sdk.v2.model.OutboundDomainPatchRequest
Packages that use OutboundDomainPatchRequest
Package
Description
-
Uses of OutboundDomainPatchRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type OutboundDomainPatchRequestModifier and TypeMethodDescriptionRoutingApi.patchRoutingEmailOutboundDomain(String domainId, OutboundDomainPatchRequest body) 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 OutboundDomainPatchRequestModifier and TypeMethodDescriptionRoutingApi.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(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 OutboundDomainPatchRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return OutboundDomainPatchRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type OutboundDomainPatchRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type OutboundDomainPatchRequestModifier and TypeMethodDescriptionPatchRoutingEmailOutboundDomainRequest.builder(String domainId, OutboundDomainPatchRequest body) voidPatchRoutingEmailOutboundDomainRequest.setBody(OutboundDomainPatchRequest body) PatchRoutingEmailOutboundDomainRequest.Builder.withBody(OutboundDomainPatchRequest body) PatchRoutingEmailOutboundDomainRequest.withBody(OutboundDomainPatchRequest body) PatchRoutingEmailOutboundDomainRequest.Builder.withRequiredParams(String domainId, OutboundDomainPatchRequest body) -
Uses of OutboundDomainPatchRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OutboundDomainPatchRequestModifier and TypeMethodDescriptionOutboundDomainPatchRequest.customSMTPServer(CustomSmtpServerRequest customSMTPServer) The custom SMTP server integration to use when sending outbound emails from this domain.OutboundDomainPatchRequest.emailSetting(EmailSettingReference emailSetting) The email settings to associate with this domain.OutboundDomainPatchRequest.senderType(OutboundDomainPatchRequest.SenderTypeEnum senderType) Sender Type