|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FormatType | |
---|---|
org.odata4j.consumer | The odata4j client-side (consumer-side) API. |
org.odata4j.format |
Uses of FormatType in org.odata4j.consumer |
---|
Methods in org.odata4j.consumer with parameters of type FormatType | |
---|---|
static ODataConsumer |
ODataConsumer.create(FormatType preferredType,
String serviceRootUri)
|
static ODataConsumer |
ODataConsumer.create(FormatType preferredType,
String serviceRootUri,
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)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |