|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ODataVersion | |
---|---|
org.odata4j.core | Core odata4j concepts. |
org.odata4j.edm | |
org.odata4j.format | |
org.odata4j.format.json | |
org.odata4j.internal |
Uses of ODataVersion in org.odata4j.core |
---|
Fields in org.odata4j.core declared as ODataVersion | |
---|---|
static ODataVersion |
ODataConstants.DATA_SERVICE_VERSION
|
Methods in org.odata4j.core that return ODataVersion | |
---|---|
static ODataVersion |
ODataVersion.parse(String str)
Identify a version by version string. |
static ODataVersion |
ODataVersion.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ODataVersion[] |
ODataVersion.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of ODataVersion in org.odata4j.edm |
---|
Constructors in org.odata4j.edm with parameters of type ODataVersion | |
---|---|
EdmDataServices(ODataVersion version,
List<EdmSchema> schemas)
|
Uses of ODataVersion in org.odata4j.format |
---|
Fields in org.odata4j.format declared as ODataVersion | |
---|---|
ODataVersion |
Settings.version
|
Constructors in org.odata4j.format with parameters of type ODataVersion | |
---|---|
Settings(ODataVersion version,
EdmDataServices metadata,
String entitySetName,
OEntityKey entityKey,
FeedCustomizationMapping fcMapping)
|
|
Settings(ODataVersion version,
EdmDataServices metadata,
String entitySetName,
OEntityKey entityKey,
FeedCustomizationMapping fcMapping,
boolean isResponse)
|
Uses of ODataVersion in org.odata4j.format.json |
---|
Fields in org.odata4j.format.json declared as ODataVersion | |
---|---|
protected ODataVersion |
JsonFormatParser.version
|
Uses of ODataVersion in org.odata4j.internal |
---|
Methods in org.odata4j.internal that return ODataVersion | |
---|---|
static ODataVersion |
InternalUtil.getDataServiceVersion(String headerValue)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |