Modifier and Type | Method and Description |
---|---|
EntitySet |
CommonODataBinder.getEntitySet(CommonODataEntitySet entitySet)
Gets a EntitySet from the given OData entity set.
|
Modifier and Type | Method and Description |
---|---|
CommonODataEntitySet |
CommonODataBinder.getODataEntitySet(ResWrap<EntitySet> resource)
Gets ODataEntitySet from the given entity set resource.
|
Modifier and Type | Method and Description |
---|---|
ODataEntitySet |
ODataBinder.getODataEntitySet(ResWrap<EntitySet> resource) |
Modifier and Type | Method and Description |
---|---|
ODataEntitySet |
ODataBinder.getODataEntitySet(ResWrap<EntitySet> resource) |
Modifier and Type | Interface and Description |
---|---|
interface |
Delta |
Modifier and Type | Method and Description |
---|---|
EntitySet |
Link.getInlineEntitySet()
Gets in-line entity set.
|
Modifier and Type | Method and Description |
---|---|
void |
Link.setInlineEntitySet(EntitySet entitySet)
Sets in-line entity set.
|
Modifier and Type | Method and Description |
---|---|
ResWrap<EntitySet> |
ODataDeserializer.toEntitySet(InputStream input)
Gets an entity set object from the given InputStream.
|
Modifier and Type | Method and Description |
---|---|
EntitySet |
ODataDeserializer.entityCollection(InputStream stream,
EdmEntityType edmEntityType)
Deserializes an entity collection stream into an
EntitySet object. |
Modifier and Type | Method and Description |
---|---|
InputStream |
ODataSerializer.entityCollection(EdmEntityType entityType,
EntitySet entitySet,
EntityCollectionSerializerOptions options)
Writes entity-collection data into an InputStream.
|
Modifier and Type | Method and Description |
---|---|
EntitySet |
DataProvider.readAll(EdmEntitySet edmEntitySet) |
Modifier and Type | Method and Description |
---|---|
EntitySet |
DataProvider.readAll(EdmEntitySet edmEntitySet) |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.