com.sola.instagram.io
Class PostMethod

java.lang.Object
  extended by com.sola.instagram.io.APIMethod
      extended by com.sola.instagram.io.PostMethod

public class PostMethod
extends APIMethod


Constructor Summary
PostMethod()
           
PostMethod(java.lang.String proxyAddress, int proxyPort)
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.Object> getPostParameters()
           
 PostMethod setPostParameters(java.util.Map<java.lang.String,java.lang.Object> postParameters)
           
 
Methods inherited from class com.sola.instagram.io.APIMethod
call, getMethodUri, getType, hasProxy, setMethodURI
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostMethod

public PostMethod()

PostMethod

public PostMethod(java.lang.String proxyAddress,
                  int proxyPort)
Method Detail

getPostParameters

public java.util.Map<java.lang.String,java.lang.Object> getPostParameters()

setPostParameters

public PostMethod setPostParameters(java.util.Map<java.lang.String,java.lang.Object> postParameters)