Uses of Class
pivot.web.Query.Method

Packages that use Query.Method
pivot.web Provides classes for communicating with HTTP-based web services. 
 

Uses of Query.Method in pivot.web
 

Methods in pivot.web that return Query.Method
static Query.Method Query.Method.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Query.Method[] Query.Method.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in pivot.web with parameters of type Query.Method
protected  java.lang.Object Query.execute(Query.Method method, java.lang.Object value)