Modifier and Type | Method and Description |
---|---|
ODataServiceVersion |
CommonODataClient.getServiceVersion() |
Constructor and Description |
---|
ODataPreferences(ODataServiceVersion serviceVersion) |
Modifier and Type | Field and Description |
---|---|
protected ODataServiceVersion |
ODataLink.Builder.version |
Modifier and Type | Method and Description |
---|---|
static ODataLinkType |
ODataLinkType.fromString(ODataServiceVersion version,
String rel,
String type)
Gets
LinkType instance from the given rel and type. |
ODataLink.Builder |
ODataLink.Builder.setVersion(ODataServiceVersion version) |
Constructor and Description |
---|
ODataInlineEntity(ODataServiceVersion version,
URI uri,
ODataLinkType type,
String title,
CommonODataEntity entity)
Constructor.
|
ODataInlineEntity(ODataServiceVersion version,
URI baseURI,
String href,
ODataLinkType type,
String title,
CommonODataEntity entity)
Constructor.
|
ODataInlineEntitySet(ODataServiceVersion version,
URI uri,
ODataLinkType type,
String title,
CommonODataEntitySet entitySet)
Constructor.
|
ODataInlineEntitySet(ODataServiceVersion version,
URI baseURI,
String href,
ODataLinkType type,
String title,
CommonODataEntitySet entitySet)
Constructor.
|
ODataLink(ODataServiceVersion version,
URI uri,
ODataLinkType type,
String title)
Constructor.
|
ODataLink(ODataServiceVersion version,
URI baseURI,
String href,
ODataLinkType type,
String title)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ODataLink.Builder |
ODataLink.Builder.setVersion(ODataServiceVersion version) |
Constructor and Description |
---|
ODataLink(ODataServiceVersion version,
URI uri,
ODataLinkType type,
String title) |
Modifier and Type | Method and Description |
---|---|
List<ODataServiceVersion> |
EdmPrimitiveTypeKind.getSupportedVersions() |
Modifier and Type | Method and Description |
---|---|
static EdmPrimitiveTypeKind |
EdmPrimitiveTypeKind.valueOf(ODataServiceVersion version,
String name) |
static EdmPrimitiveTypeKind |
EdmPrimitiveTypeKind.valueOfFQN(ODataServiceVersion version,
FullQualifiedName fqn)
Gets EdmPrimitiveTypeKind from a full-qualified type name, for the given OData protocol version.
|
static EdmPrimitiveTypeKind |
EdmPrimitiveTypeKind.valueOfFQN(ODataServiceVersion version,
String fqn)
Gets EdmPrimitiveTypeKind from a full type expression (as Edm.Int32), for the given OData
protocol version.
|
Modifier and Type | Method and Description |
---|---|
static ODataServiceVersion |
ODataServiceVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ODataServiceVersion[] |
ODataServiceVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ContentType |
ODataFormat.getContentType(ODataServiceVersion version)
Gets format as
ContentType . |
Constructor and Description |
---|
AbstractService(String compressedMetadata,
String metadataETag,
ODataServiceVersion version,
String serviceRoot,
boolean transactional) |
Modifier and Type | Method and Description |
---|---|
ODataServiceVersion |
ServiceMetadata.getDataServiceVersion() |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.