Uses of Enum Class
com.vonage.client.conversion.ConversionRequest.Type
Packages that use ConversionRequest.Type
-
Uses of ConversionRequest.Type in com.vonage.client.conversion
Methods in com.vonage.client.conversion that return ConversionRequest.TypeModifier and TypeMethodDescriptionConversionRequest.getType()Deprecated.static ConversionRequest.TypeReturns the enum constant of this class with the specified name.static ConversionRequest.Type[]ConversionRequest.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vonage.client.conversion with parameters of type ConversionRequest.TypeModifier and TypeMethodDescriptionvoidConversionClient.submitConversion(ConversionRequest.Type type, String messageId, boolean delivered, Date timestamp) Submit a request to the Conversion API indicating whether or not a message was delivered.Constructors in com.vonage.client.conversion with parameters of type ConversionRequest.TypeModifierConstructorDescriptionConversionRequest(ConversionRequest.Type type, String messageId, boolean delivered, Date timestamp) Deprecated.