Uses of Class
org.apache.olingo.odata2.api.commons.ODataHttpMethod

Packages that use ODataHttpMethod
org.apache.olingo.odata2.api.commons The commons package contains constants used in the HTTP and OData protocol. 
org.apache.olingo.odata2.api.processor Data Processor 
 

Uses of ODataHttpMethod in org.apache.olingo.odata2.api.commons
 

Methods in org.apache.olingo.odata2.api.commons that return ODataHttpMethod
static ODataHttpMethod ODataHttpMethod.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ODataHttpMethod[] ODataHttpMethod.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ODataHttpMethod in org.apache.olingo.odata2.api.processor
 

Methods in org.apache.olingo.odata2.api.processor that return ODataHttpMethod
abstract  ODataHttpMethod ODataRequest.getMethod()
           
 

Methods in org.apache.olingo.odata2.api.processor with parameters of type ODataHttpMethod
static ODataRequest.ODataRequestBuilder ODataRequest.method(ODataHttpMethod method)
           
abstract  ODataRequest.ODataRequestBuilder ODataRequest.ODataRequestBuilder.method(ODataHttpMethod method)
           
 



Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.