Uses of Class
com.mypurecloud.sdk.v2.model.SmsPhoneNumberImport
Packages that use SmsPhoneNumberImport
Package
Description
-
Uses of SmsPhoneNumberImport in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type SmsPhoneNumberImportModifier and TypeMethodDescriptionRoutingApi.postRoutingSmsPhonenumbersImport(SmsPhoneNumberImport body) Imports a phone number for SMSRoutingApi.postRoutingSmsPhonenumbersImportWithHttpInfo(SmsPhoneNumberImport body) Imports a phone number for SMSMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type SmsPhoneNumberImportModifier and TypeMethodDescriptionRoutingApi.postRoutingSmsPhonenumbersImport(ApiRequest<SmsPhoneNumberImport> request) Imports a phone number for SMSRoutingApiAsync.postRoutingSmsPhonenumbersImportAsync(ApiRequest<SmsPhoneNumberImport> request, AsyncApiCallback<ApiResponse<SmsPhoneNumber>> callback) Imports a phone number for SMS -
Uses of SmsPhoneNumberImport in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return SmsPhoneNumberImportMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type SmsPhoneNumberImportMethods in com.mypurecloud.sdk.v2.api.request with parameters of type SmsPhoneNumberImportModifier and TypeMethodDescriptionPostRoutingSmsPhonenumbersImportRequest.builder(SmsPhoneNumberImport body) voidPostRoutingSmsPhonenumbersImportRequest.setBody(SmsPhoneNumberImport body) PostRoutingSmsPhonenumbersImportRequest.Builder.withBody(SmsPhoneNumberImport body) PostRoutingSmsPhonenumbersImportRequest.withBody(SmsPhoneNumberImport body) PostRoutingSmsPhonenumbersImportRequest.Builder.withRequiredParams(SmsPhoneNumberImport body) -
Uses of SmsPhoneNumberImport in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SmsPhoneNumberImportModifier and TypeMethodDescriptionSmsPhoneNumberImport.compliance(Compliance compliance) Compliance configuration for short codes, including help, stop and opt in.SmsPhoneNumberImport.countryCode(String countryCode) The ISO 3166-1 alpha-2 country code of the country this phone number is associated with.SmsPhoneNumberImport.integrationId(String integrationId) The id of the Genesys Cloud integration this phone number belongs to.SmsPhoneNumberImport.phoneNumber(String phoneNumber) A phone number to be used for SMS communications.SmsPhoneNumberImport.phoneNumberType(SmsPhoneNumberImport.PhoneNumberTypeEnum phoneNumberType) Type of the phone number provisioned.SmsPhoneNumberImport.supportedContent(SupportedContentReference supportedContent) Defines the media SupportedContent profile configured for an MMS capable phone number.