Uses of Class
org.apache.olingo.odata2.api.commons.ODataHttpMethod
-
Packages that use ODataHttpMethod Package Description 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 Modifier and Type Method Description static ODataHttpMethodODataHttpMethod. 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 Modifier and Type Method Description abstract ODataHttpMethodODataRequest. getMethod()Methods in org.apache.olingo.odata2.api.processor with parameters of type ODataHttpMethod Modifier and Type Method Description static ODataRequest.ODataRequestBuilderODataRequest. method(ODataHttpMethod method)abstract ODataRequest.ODataRequestBuilderODataRequest.ODataRequestBuilder. method(ODataHttpMethod method)
-