| 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
|
| org.apache.olingo.odata2.core | |
| org.apache.olingo.odata2.core.batch.v2 |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ODataHttpMethod |
ODataRequest.getMethod() |
| Modifier and Type | Method and Description |
|---|---|
static ODataRequest.ODataRequestBuilder |
ODataRequest.method(ODataHttpMethod method) |
abstract ODataRequest.ODataRequestBuilder |
ODataRequest.ODataRequestBuilder.method(ODataHttpMethod method) |
| Modifier and Type | Method and Description |
|---|---|
ODataHttpMethod |
ODataRequestImpl.getMethod() |
| Modifier and Type | Method and Description |
|---|---|
ODataResponse |
Dispatcher.dispatch(ODataHttpMethod method,
UriInfoImpl uriInfo,
InputStream content,
String requestContentType,
String contentType) |
ODataRequest.ODataRequestBuilder |
ODataRequestImpl.ODataRequestBuilderImpl.method(ODataHttpMethod method) |
| Modifier and Type | Method and Description |
|---|---|
ODataHttpMethod |
BatchTransformatorCommon.HttpRequestStatusLine.getMethod() |
Copyright © 2020. All rights reserved.