Uses of Class
com.mypurecloud.sdk.v2.model.SmsPhoneNumberPatchRequest
Packages that use SmsPhoneNumberPatchRequest
Package
Description
-
Uses of SmsPhoneNumberPatchRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type SmsPhoneNumberPatchRequestModifier and TypeMethodDescriptionRoutingApi.patchRoutingSmsPhonenumber(String phoneNumberId, SmsPhoneNumberPatchRequest body) Update a phone number provisioned for SMS.RoutingApi.patchRoutingSmsPhonenumberWithHttpInfo(String phoneNumberId, SmsPhoneNumberPatchRequest body) Update a phone number provisioned for SMS.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type SmsPhoneNumberPatchRequestModifier and TypeMethodDescriptionRoutingApi.patchRoutingSmsPhonenumber(ApiRequest<SmsPhoneNumberPatchRequest> request) Update a phone number provisioned for SMS.RoutingApiAsync.patchRoutingSmsPhonenumberAsync(ApiRequest<SmsPhoneNumberPatchRequest> request, AsyncApiCallback<ApiResponse<SmsPhoneNumber>> callback) Update a phone number provisioned for SMS. -
Uses of SmsPhoneNumberPatchRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return SmsPhoneNumberPatchRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type SmsPhoneNumberPatchRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type SmsPhoneNumberPatchRequestModifier and TypeMethodDescriptionPatchRoutingSmsPhonenumberRequest.builder(String phoneNumberId, SmsPhoneNumberPatchRequest body) voidPatchRoutingSmsPhonenumberRequest.setBody(SmsPhoneNumberPatchRequest body) PatchRoutingSmsPhonenumberRequest.Builder.withBody(SmsPhoneNumberPatchRequest body) PatchRoutingSmsPhonenumberRequest.withBody(SmsPhoneNumberPatchRequest body) PatchRoutingSmsPhonenumberRequest.Builder.withRequiredParams(String phoneNumberId, SmsPhoneNumberPatchRequest body) -
Uses of SmsPhoneNumberPatchRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SmsPhoneNumberPatchRequestModifier and TypeMethodDescriptionSmsPhoneNumberPatchRequest.supportedContent(SupportedContentReference supportedContent) Defines the media SupportedContent profile configured for an MMS capable phone number.