Uses of Enum Class
com.vonage.client.messages.sms.EncodingType
Packages that use EncodingType
-
Uses of EncodingType in com.vonage.client.messages.sms
Methods in com.vonage.client.messages.sms that return EncodingTypeModifier and TypeMethodDescriptionstatic EncodingTypeEncodingType.fromString(String value) OutboundSettings.getEncodingType()static EncodingTypeReturns the enum constant of this class with the specified name.static EncodingType[]EncodingType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vonage.client.messages.sms with parameters of type EncodingTypeModifier and TypeMethodDescriptionSmsTextRequest.Builder.encodingType(EncodingType encodingType) (OPTIONAL) The encoding type to use for the message.