public static final class PostRequest.Parameter extends Object
PostRequest.addParameter(java.lang.String, java.lang.Object)
String
name
Object
value
Parameter(String name, Object value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final String name
public final Object value
Generally a FileContent or a String. Any other kind of object will be transmitted as a String by using value.toString().
FileContent
value.toString()
public Parameter(String name, Object value)