| java.lang.Object | |
| ↳ | org.odata4j.jersey.consumer.ODataJerseyConsumer.Builder |
Builder for ODataJerseyConsumer objects.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| clientBehaviors | |||||||||||
| clientFactory | |||||||||||
| formatType | |||||||||||
| serviceRootUri | |||||||||||
| version | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Builds the
ODataJerseyConsumer object. | |||||||||||
Sets one or more client behaviors.
| |||||||||||
Sets a specific
JerseyClientFactory. | |||||||||||
Sets a preferred
FormatType. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Builds the ODataJerseyConsumer object.
Sets one or more client behaviors.
Client behaviors transform http requests to interact with services that require custom extensions.
| clientBehaviors | The client behaviors |
|---|
Sets a specific JerseyClientFactory.
| clientFactory | The jersey client factory |
|---|
Sets a preferred FormatType. Defaults to FormatType.ATOM.
| formatType | The format type |
|---|