Class AlternativeToNameValuePairsConverter

java.lang.Object
com.cloudconvert.resource.params.converter.AlternativeToNameValuePairsConverter
All Implemented Interfaces:
Converter<java.lang.Boolean,​java.util.List<org.apache.http.NameValuePair>>

public class AlternativeToNameValuePairsConverter
extends java.lang.Object
implements Converter<java.lang.Boolean,​java.util.List<org.apache.http.NameValuePair>>
  • Constructor Summary

    Constructors
    Constructor Description
    AlternativeToNameValuePairsConverter()  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<org.apache.http.NameValuePair> convert​(@Nullable java.lang.Boolean alternative)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AlternativeToNameValuePairsConverter

      public AlternativeToNameValuePairsConverter()
  • Method Details

    • convert

      public java.util.List<org.apache.http.NameValuePair> convert​(@Nullable @Nullable java.lang.Boolean alternative)
      Specified by:
      convert in interface Converter<java.lang.Boolean,​java.util.List<org.apache.http.NameValuePair>>