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, Map<String,String> headers, String appName, int apiVersion, String methodName, long counter)
          Create a new processed API request with an empty body
ProcessedAPIRequest(MethodVerb verb, String url, String loggedInUser, Map<String,String> params, Map<String,String> headers, String body, String appName, int apiVersion, String methodName, long counter)
          Create a new processed API request.
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 with an empty body and no header.
ProcessedAPIRequest(MethodVerb verb, String url, String loggedInUser, Map<String,String> params, String body, String appName, int apiVersion, String methodName, long counter)
          Create a new processed API request with no header.
 



Copyright © 2013 StackMob. All Rights Reserved.