|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use FormatType | |
|---|---|
| org.odata4j.consumer | The odata4j client-side (consumer-side) API. |
| org.odata4j.cxf.consumer | |
| org.odata4j.format | |
| org.odata4j.jersey.consumer | |
| Uses of FormatType in org.odata4j.consumer |
|---|
| Methods in org.odata4j.consumer that return FormatType | |
|---|---|
FormatType |
ODataClient.getFormatType()
|
FormatType |
AbstractODataClient.getFormatType()
|
| Methods in org.odata4j.consumer with parameters of type FormatType | |
|---|---|
protected abstract ODataClientResponse |
AbstractODataClient.doRequest(FormatType reqType,
ODataClientRequest request,
Response.StatusType... expectedResponseStatus)
|
String |
ODataClient.requestBody(FormatType formatType,
ODataClientRequest request)
|
ODataConsumer.Builder |
ODataConsumers.Builder.setFormatType(FormatType formatType)
|
ODataConsumer.Builder |
ODataConsumer.Builder.setFormatType(FormatType formatType)
Sets the desired format type for all requests. |
| Constructors in org.odata4j.consumer with parameters of type FormatType | |
|---|---|
AbstractODataClient(FormatType formatType)
|
|
| Uses of FormatType in org.odata4j.cxf.consumer |
|---|
| Methods in org.odata4j.cxf.consumer with parameters of type FormatType | |
|---|---|
protected ODataClientResponse |
ODataCxfClient.doRequest(FormatType reqType,
ODataClientRequest request,
Response.StatusType... expectedResponseStatus)
|
String |
ODataCxfClient.requestBody(FormatType formatType,
ODataClientRequest request)
|
ODataCxfConsumer.Builder |
ODataCxfConsumer.Builder.setFormatType(FormatType formatType)
Sets a preferred FormatType. |
| Constructors in org.odata4j.cxf.consumer with parameters of type FormatType | |
|---|---|
ODataCxfClient(FormatType type,
OClientBehavior... behaviors)
|
|
| Uses of FormatType in org.odata4j.format |
|---|
| Methods in org.odata4j.format that return FormatType | |
|---|---|
static FormatType |
FormatType.parse(String format)
|
static FormatType |
FormatType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FormatType[] |
FormatType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.odata4j.format with parameters of type FormatType | ||
|---|---|---|
static
|
FormatParserFactory.getParser(Class<T> targetType,
FormatType type,
Settings settings)
|
|
| Uses of FormatType in org.odata4j.jersey.consumer |
|---|
| Methods in org.odata4j.jersey.consumer with parameters of type FormatType | |
|---|---|
ODataJerseyConsumer.Builder |
ODataJerseyConsumer.Builder.setFormatType(FormatType formatType)
Sets a preferred FormatType. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||