Class IncludesToNameValuePairsConverter
java.lang.Object
com.cloudconvert.resource.params.converter.IncludesToNameValuePairsConverter
- All Implemented Interfaces:
Converter<java.util.List<Include>,java.util.List<org.apache.http.NameValuePair>>
public class IncludesToNameValuePairsConverter extends java.lang.Object implements Converter<java.util.List<Include>,java.util.List<org.apache.http.NameValuePair>>
-
Constructor Summary
Constructors Constructor Description IncludesToNameValuePairsConverter() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
IncludesToNameValuePairsConverter
public IncludesToNameValuePairsConverter()
-
-
Method Details