| Package | Description |
|---|---|
| org.apache.olingo.commons.api.domain | |
| org.apache.olingo.commons.api.domain.v3 | |
| org.apache.olingo.commons.api.domain.v4 |
| Modifier and Type | Method and Description |
|---|---|
CommonODataEntity |
ODataInlineEntity.getEntity()
Gets wrapped entity.
|
CommonODataEntity |
CommonODataObjectFactory.newEntity(FullQualifiedName typeName)
Instantiates a new entity.
|
CommonODataEntity |
CommonODataObjectFactory.newEntity(FullQualifiedName typeName,
URI link)
Instantiates a new entity.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends CommonODataEntity> |
CommonODataEntitySet.getEntities()
Gets contained entities.
|
| Modifier and Type | Method and Description |
|---|---|
ODataInlineEntity |
CommonODataObjectFactory.newDeepInsertEntity(String name,
CommonODataEntity entity)
Instantiates a new entity (for deep insert).
|
| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ODataEntity |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ODataSingleton |
Copyright © 2013–2014 The Apache Software Foundation. All rights reserved.