| java.lang.Object | |
| ↳ | org.odata4j.consumer.ODataClientRequest |
Generic OData http request builder. Only interesting for developers of custom OClientBehavior implementations.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| headers | |||||||||||
| method | |||||||||||
| payload | |||||||||||
| queryParams | |||||||||||
| url | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new DELETE request.
| |||||||||||
Creates a new GET request.
| |||||||||||
Gets the request http headers.
| |||||||||||
Gets the request http method.
| |||||||||||
Gets the normalized OData payload.
| |||||||||||
Gets the request query parameters.
| |||||||||||
Gets the request url.
| |||||||||||
Sets an http request header.
| |||||||||||
Creates a new MERGE request.
| |||||||||||
Creates a new MERGE request.
| |||||||||||
Sets the http request method.
| |||||||||||
Creates a new POST request.
| |||||||||||
Creates a new POST request.
| |||||||||||
Creates a new PUT request.
| |||||||||||
Creates a new PUT request.
| |||||||||||
Sets a request query parameter.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
| method | |
|---|---|
| url | |
| headers | |
| queryParams | |
| payload |
Creates a new DELETE request.
| url | The request url |
|---|
Creates a new GET request.
| url | The request url |
|---|
Gets the request http headers.
Gets the request http method.
Gets the normalized OData payload.
Gets the request query parameters.
Gets the request url.
Sets an http request header.
| name | The header name |
|---|---|
| value | The header value |
Creates a new MERGE request.
| url | The request url |
|---|---|
| link | The link |
Creates a new MERGE request.
| url | The request url |
|---|---|
| entry | The normalized OData payload |
Sets the http request method.
| method | The method |
|---|
Creates a new POST request.
| url | The request url |
|---|---|
| entry | The normalized OData payload |
Creates a new POST request.
| url | The request url |
|---|---|
| link | The link |
Creates a new PUT request.
| url | The request url |
|---|---|
| link | The link |
Creates a new PUT request.
| url | The request url |
|---|---|
| entry | The normalized OData payload |
Sets a request query parameter.
| name | The query parameter name |
|---|---|
| value | The query parameter value |