Uses of Enum Class
com.mypurecloud.sdk.v2.model.SmsPhoneNumber.ShortCodeBillingTypeEnum
Packages that use SmsPhoneNumber.ShortCodeBillingTypeEnum
-
Uses of SmsPhoneNumber.ShortCodeBillingTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SmsPhoneNumber.ShortCodeBillingTypeEnumModifier and TypeMethodDescriptionSmsPhoneNumber.ShortCodeBillingTypeEnum.fromString(String key) SmsPhoneNumber.getShortCodeBillingType()Returns the enum constant of this class with the specified name.SmsPhoneNumber.ShortCodeBillingTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type SmsPhoneNumber.ShortCodeBillingTypeEnumModifier and TypeMethodDescriptionvoidSmsPhoneNumber.setShortCodeBillingType(SmsPhoneNumber.ShortCodeBillingTypeEnum shortCodeBillingType) SmsPhoneNumber.shortCodeBillingType(SmsPhoneNumber.ShortCodeBillingTypeEnum shortCodeBillingType) BillingType of this phone number, if the phoneNumberType is shortcode.