| Package | Description |
|---|---|
| org.apache.olingo.commons.api.data |
Contains all the data objects of OData responses and OData requests
|
| org.apache.olingo.commons.api.edm |
Contains representations for EDM objects created during the URI parsing
|
| Modifier and Type | Method and Description |
|---|---|
ContextURL.Builder |
ContextURL.Builder.entitySet(EdmEntitySet entitySet)
Set the edm entity set.
|
| Modifier and Type | Method and Description |
|---|---|
EdmEntitySet |
EdmEntityContainer.getEntitySet(String name)
Get contained EntitySet by name.
|
EdmEntitySet |
EdmOperationImport.getReturnedEntitySet() |
EdmEntitySet |
EdmOperation.getReturnedEntitySet(EdmEntitySet bindingParameterEntitySet)
Get EdmEntitySet for the given binding parameters EntitySet
|
| Modifier and Type | Method and Description |
|---|---|
List<EdmEntitySet> |
EdmEntityContainer.getEntitySets()
This method DOES NOT support lazy loading
|
List<EdmEntitySet> |
EdmEntityContainer.getEntitySetsWithAnnotations()
This method DOES NOT support lazy loading
|
| Modifier and Type | Method and Description |
|---|---|
EdmEntitySet |
EdmOperation.getReturnedEntitySet(EdmEntitySet bindingParameterEntitySet)
Get EdmEntitySet for the given binding parameters EntitySet
|
Copyright © 2013–2019 The Apache Software Foundation. All rights reserved.