Class PaginationToNameValuePairsConverter
java.lang.Object
com.cloudconvert.resource.params.converter.PaginationToNameValuePairsConverter
- All Implemented Interfaces:
Converter<Pagination,List<org.apache.http.NameValuePair>>
public class PaginationToNameValuePairsConverter
extends Object
implements Converter<Pagination,List<org.apache.http.NameValuePair>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.apache.http.NameValuePair>convert(@Nullable Pagination pagination)
-
Constructor Details
-
PaginationToNameValuePairsConverter
public PaginationToNameValuePairsConverter()
-
-
Method Details
-
convert
- Specified by:
convertin interfaceConverter<Pagination,List<org.apache.http.NameValuePair>>
-