Modifier and Type | Field and Description |
---|---|
protected ResWrap<Entity> |
ODataEntitySetIterator.cached |
Modifier and Type | Method and Description |
---|---|
Entity |
CommonODataBinder.getEntity(CommonODataEntity entity)
Gets an Entity from the given OData entity.
|
Modifier and Type | Method and Description |
---|---|
CommonODataEntity |
CommonODataBinder.getODataEntity(ResWrap<Entity> resource)
Gets ODataEntity from the given entity resource.
|
Modifier and Type | Method and Description |
---|---|
ODataEntity |
ODataBinder.getODataEntity(ResWrap<Entity> resource) |
Modifier and Type | Method and Description |
---|---|
ODataEntity |
ODataBinder.getODataEntity(ResWrap<Entity> resource) |
Modifier and Type | Method and Description |
---|---|
Entity |
Entity.addProperty(Property property)
Add property to this Entity.
|
Entity |
Link.getInlineEntity()
Gets in-line entity.
|
Modifier and Type | Method and Description |
---|---|
List<Entity> |
EntitySet.getEntities()
Gets entities.
|
Modifier and Type | Method and Description |
---|---|
void |
Link.setInlineEntity(Entity entity)
Sets in-line entity.
|
Modifier and Type | Method and Description |
---|---|
ResWrap<Entity> |
ODataDeserializer.toEntity(InputStream input)
Gets an entity object from the given InputStream.
|
Modifier and Type | Method and Description |
---|---|
InputStream |
ODataSerializer.entity(EdmEntitySet edmEntitySet,
Entity entity,
ContextURL contextURL) |
Modifier and Type | Method and Description |
---|---|
Entity |
DataProvider.read(EdmEntitySet edmEntitySet,
List<UriParameter> keys) |
Copyright © 2013–2014 The Apache Software Foundation. All rights reserved.