Uses of Class
com.stackmob.sdk.net.HttpVerb

Packages that use HttpVerb
com.stackmob.sdk.api   
com.stackmob.sdk.net   
 

Uses of HttpVerb in com.stackmob.sdk.api
 

Fields in com.stackmob.sdk.api declared as HttpVerb
protected  HttpVerb StackMobRequest.httpMethod
           
 

Constructors in com.stackmob.sdk.api with parameters of type HttpVerb
StackMobRequest(StackMobSession session, String method, HttpVerb verb, Object requestObject, StackMobCallback callback, StackMobRedirectedCallback redirCB)
           
StackMobRequest(StackMobSession session, String method, HttpVerb verb, StackMobCallback callback, StackMobRedirectedCallback redirCB)
           
 

Uses of HttpVerb in com.stackmob.sdk.net
 

Methods in com.stackmob.sdk.net that return HttpVerb
static HttpVerb HttpVerb.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HttpVerb[] HttpVerb.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2011 StackMob. All Rights Reserved.