Package com.vonage.client.conversion
Class ConversionRequest
java.lang.Object
com.vonage.client.conversion.ConversionRequest
- All Implemented Interfaces:
QueryParamsRequest
Deprecated.
This class will be made package-private in the next major release.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDeprecated.This enum will be moved to its own class in the next major release. -
Constructor Summary
ConstructorsConstructorDescriptionConversionRequest(ConversionRequest.Type type, String messageId, boolean delivered, Date timestamp) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.getType()Deprecated.booleanDeprecated.Deprecated.Internal method for serializing the fields of this class into query parameters.
-
Constructor Details
-
ConversionRequest
public ConversionRequest(ConversionRequest.Type type, String messageId, boolean delivered, Date timestamp) Deprecated.
-
-
Method Details
-
getType
Deprecated. -
getMessageId
Deprecated. -
isDelivered
Deprecated. -
getTimestamp
Deprecated. -
makeParams
Deprecated.Description copied from interface:QueryParamsRequestInternal method for serializing the fields of this class into query parameters. The Map should be mutable so that subclasses can add fields, otherwise the method or implementing class should be marked asfinal. Duplicate entries can be handled by mapping the key to a list of the entries.- Specified by:
makeParamsin interfaceQueryParamsRequest- Returns:
- The query parameters as unique key-value pairs.
-