Uses of Class
com.stackmob.core.MethodVerb

Packages that use MethodVerb
com.stackmob.core   
com.stackmob.core.rest   
 

Uses of MethodVerb in com.stackmob.core
 

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

Uses of MethodVerb in com.stackmob.core.rest
 

Methods in com.stackmob.core.rest that return MethodVerb
 MethodVerb ProcessedAPIRequest.getVerb()
          Returns the the HTTP verb.
 

Constructors in com.stackmob.core.rest with parameters of type MethodVerb
ProcessedAPIRequest(MethodVerb verb, String url, String loggedInUser, Map<String,String> params, String appName, int apiVersion, String methodName, long counter)
          Create a new processed API request.
 



Copyright © 2012 StackMob. All Rights Reserved.