Uses of Class
com.mypurecloud.sdk.v2.model.InboundDomainPatchRequest
Packages that use InboundDomainPatchRequest
Package
Description
-
Uses of InboundDomainPatchRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type InboundDomainPatchRequestModifier and TypeMethodDescriptionRoutingApi.patchRoutingEmailDomain(String domainId, InboundDomainPatchRequest body) Update domain settingsRoutingApi.patchRoutingEmailDomainValidate(String domainId, InboundDomainPatchRequest body) Validate domain settingsRoutingApi.patchRoutingEmailDomainValidateWithHttpInfo(String domainId, InboundDomainPatchRequest body) Validate domain settingsRoutingApi.patchRoutingEmailDomainWithHttpInfo(String domainId, InboundDomainPatchRequest body) Update domain settingsMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type InboundDomainPatchRequestModifier and TypeMethodDescriptionRoutingApi.patchRoutingEmailDomain(ApiRequest<InboundDomainPatchRequest> request) Update domain settingsRoutingApiAsync.patchRoutingEmailDomainAsync(ApiRequest<InboundDomainPatchRequest> request, AsyncApiCallback<ApiResponse<InboundDomain>> callback) Update domain settingsRoutingApi.patchRoutingEmailDomainValidate(ApiRequest<InboundDomainPatchRequest> request) Validate domain settingsRoutingApiAsync.patchRoutingEmailDomainValidateAsync(ApiRequest<InboundDomainPatchRequest> request, AsyncApiCallback<ApiResponse<InboundDomain>> callback) Validate domain settings -
Uses of InboundDomainPatchRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return InboundDomainPatchRequestModifier and TypeMethodDescriptionPatchRoutingEmailDomainRequest.getBody()PatchRoutingEmailDomainValidateRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type InboundDomainPatchRequestModifier and TypeMethodDescriptionPatchRoutingEmailDomainRequest.withHttpInfo()PatchRoutingEmailDomainValidateRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type InboundDomainPatchRequestModifier and TypeMethodDescriptionPatchRoutingEmailDomainRequest.builder(String domainId, InboundDomainPatchRequest body) PatchRoutingEmailDomainValidateRequest.builder(String domainId, InboundDomainPatchRequest body) voidPatchRoutingEmailDomainRequest.setBody(InboundDomainPatchRequest body) voidPatchRoutingEmailDomainValidateRequest.setBody(InboundDomainPatchRequest body) PatchRoutingEmailDomainRequest.Builder.withBody(InboundDomainPatchRequest body) PatchRoutingEmailDomainRequest.withBody(InboundDomainPatchRequest body) PatchRoutingEmailDomainValidateRequest.Builder.withBody(InboundDomainPatchRequest body) PatchRoutingEmailDomainValidateRequest.withBody(InboundDomainPatchRequest body) PatchRoutingEmailDomainRequest.Builder.withRequiredParams(String domainId, InboundDomainPatchRequest body) PatchRoutingEmailDomainValidateRequest.Builder.withRequiredParams(String domainId, InboundDomainPatchRequest body) -
Uses of InboundDomainPatchRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return InboundDomainPatchRequestModifier and TypeMethodDescriptionInboundDomainPatchRequest.customSMTPServer(DomainEntityRef customSMTPServer) The custom SMTP server integration to use when sending outbound emails from this domain.InboundDomainPatchRequest.emailSetting(EmailSettingReference emailSetting) The email settings to associate with this domain.InboundDomainPatchRequest.graphApiSettings(GraphApiSettings graphApiSettings) The GraphAPI server integration and settings to use for processing inbound and outbound emails.InboundDomainPatchRequest.imapSettings(ImapSettings imapSettings) The IMAP server integration and settings to use for processing inbound emails.InboundDomainPatchRequest.mailFromSettings(MailFromResult mailFromSettings) The DNS settings if the inbound domain is using a custom Mail From.