| 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 |
|---|---|
CommonODataEntitySet |
ODataInlineEntitySet.getEntitySet()
Gets wrapped entity set.
|
CommonODataEntitySet |
CommonODataObjectFactory.newEntitySet()
Instantiates a new entity set.
|
CommonODataEntitySet |
CommonODataObjectFactory.newEntitySet(URI next)
Instantiates a new entity set.
|
| Modifier and Type | Method and Description |
|---|---|
ODataInlineEntitySet |
CommonODataObjectFactory.newDeepInsertEntitySet(String name,
CommonODataEntitySet entitySet)
Instantiates a new entity set (for deep insert).
|
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ODataEntitySet |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ODataDelta |
Copyright © 2013–2014 The Apache Software Foundation. All rights reserved.