Uses of Class
com.mypurecloud.sdk.v2.model.InboundDomainCreateRequest
Packages that use InboundDomainCreateRequest
Package
Description
-
Uses of InboundDomainCreateRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type InboundDomainCreateRequestModifier and TypeMethodDescriptionRoutingApi.postRoutingEmailDomains(InboundDomainCreateRequest body) Create a domainRoutingApi.postRoutingEmailDomainsWithHttpInfo(InboundDomainCreateRequest body) Create a domainMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type InboundDomainCreateRequestModifier and TypeMethodDescriptionRoutingApi.postRoutingEmailDomains(ApiRequest<InboundDomainCreateRequest> request) Create a domainRoutingApiAsync.postRoutingEmailDomainsAsync(ApiRequest<InboundDomainCreateRequest> request, AsyncApiCallback<ApiResponse<InboundDomain>> callback) Create a domain -
Uses of InboundDomainCreateRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return InboundDomainCreateRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type InboundDomainCreateRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type InboundDomainCreateRequestModifier and TypeMethodDescriptionPostRoutingEmailDomainsRequest.builder(InboundDomainCreateRequest body) voidPostRoutingEmailDomainsRequest.setBody(InboundDomainCreateRequest body) PostRoutingEmailDomainsRequest.Builder.withBody(InboundDomainCreateRequest body) PostRoutingEmailDomainsRequest.withBody(InboundDomainCreateRequest body) PostRoutingEmailDomainsRequest.Builder.withRequiredParams(InboundDomainCreateRequest body) -
Uses of InboundDomainCreateRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return InboundDomainCreateRequestModifier and TypeMethodDescriptionInboundDomainCreateRequest.customSMTPServer(DomainEntityRef customSMTPServer) The custom SMTP server integration to use when sending outbound emails from this domain.InboundDomainCreateRequest.emailSetting(EmailSettingReference emailSetting) The email settings to associate with this domain.InboundDomainCreateRequest.graphApiSettings(GraphApiSettings graphApiSettings) The GraphAPI server integration and settings to use for processing inbound and outbound emails.Unique Id of the domain such as: example.comInboundDomainCreateRequest.imapSettings(ImapSettings imapSettings) The IMAP server integration and settings to use for processing inbound emails.InboundDomainCreateRequest.mailFromSettings(MailFromResult mailFromSettings) The DNS settings if the inbound domain is using a custom Mail From.Indicates if this a PureCloud sub-domain.