Class Form


  • public class Form
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.List<org.apache.http.NameValuePair> params  
    • Constructor Summary

      Constructors 
      Constructor Description
      Form()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Form add​(java.lang.String name, java.lang.String value)  
      java.util.List<org.apache.http.NameValuePair> build()  
      static Form form()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • params

        private final java.util.List<org.apache.http.NameValuePair> params
    • Constructor Detail

      • Form

        Form()
    • Method Detail

      • form

        public static Form form()
      • add

        public Form add​(java.lang.String name,
                        java.lang.String value)
      • build

        public java.util.List<org.apache.http.NameValuePair> build()