Uses of Enum Class
org.apache.olingo.odata2.api.commons.ODataHttpMethod
Packages that use ODataHttpMethod
Package
Description
The commons package contains constants used in the HTTP and OData protocol.
Data Processor
-
Uses of ODataHttpMethod in org.apache.olingo.odata2.api.commons
Methods in org.apache.olingo.odata2.api.commons that return ODataHttpMethodModifier and TypeMethodDescriptionstatic ODataHttpMethodReturns the enum constant of this class with the specified name.static ODataHttpMethod[]ODataHttpMethod.values()Returns an array containing the constants of this enum class, 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 ODataHttpMethodMethods in org.apache.olingo.odata2.api.processor with parameters of type ODataHttpMethodModifier and TypeMethodDescriptionODataRequest.method(ODataHttpMethod method) abstract ODataRequest.ODataRequestBuilderODataRequest.ODataRequestBuilder.method(ODataHttpMethod method) -
Uses of ODataHttpMethod in org.apache.olingo.odata2.core
Methods in org.apache.olingo.odata2.core that return ODataHttpMethodMethods in org.apache.olingo.odata2.core with parameters of type ODataHttpMethodModifier and TypeMethodDescriptionDispatcher.dispatch(ODataHttpMethod method, UriInfoImpl uriInfo, InputStream content, String requestContentType, String contentType) ODataRequestImpl.ODataRequestBuilderImpl.method(ODataHttpMethod method) -
Uses of ODataHttpMethod in org.apache.olingo.odata2.core.batch.v2
Methods in org.apache.olingo.odata2.core.batch.v2 that return ODataHttpMethod