Modifier and Type | Method and Description |
---|---|
HttpMethod |
ODataRequest.getMethod()
Returns HTTP request method.
|
Modifier and Type | Method and Description |
---|---|
HttpMethod |
CommonUpdateType.getMethod()
Gets HTTP request method.
|
Modifier and Type | Method and Description |
---|---|
HttpMethod |
UpdateType.getMethod()
Gets HTTP request method.
|
Modifier and Type | Method and Description |
---|---|
HttpMethod |
UpdateType.getMethod()
Gets HTTP request method.
|
Modifier and Type | Method and Description |
---|---|
<RES extends ODataInvokeResult> |
InvokeRequestFactory.getInvokeRequest(HttpMethod method,
URI uri,
Class<RES> resultRef,
Map<String,ODataValue> parameters)
Gets an invoke request instance for the operation bound to given URI.
|
Modifier and Type | Method and Description |
---|---|
org.apache.http.client.methods.HttpUriRequest |
HttpUriRequestFactory.create(HttpMethod method,
URI uri) |
org.apache.http.client.HttpClient |
HttpClientFactory.create(HttpMethod method,
URI uri) |
Modifier and Type | Method and Description |
---|---|
static HttpMethod |
HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HttpMethod |
ODataRequest.getMethod()
Gets the HTTP method.
|
Modifier and Type | Method and Description |
---|---|
void |
ODataRequest.setMethod(HttpMethod method)
Sets the HTTP method.
|
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.