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

    Modifier and Type Method Description
    java.util.List<org.apache.http.NameValuePair> convert​(@NotNull java.util.List<Include> includes)  

    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

    • convert

      public java.util.List<org.apache.http.NameValuePair> convert​(@NotNull @NotNull java.util.List<Include> includes)
      Specified by:
      convert in interface Converter<java.util.List<Include>,​java.util.List<org.apache.http.NameValuePair>>