Package | Description |
---|---|
org.restlet.ext.odata.internal.edm |
Modifier and Type | Method and Description |
---|---|
EntitySet |
FunctionImport.getEntitySet()
Returns the entity set returned by this function, if applicable.
|
EntitySet |
AssociationSetEnd.getType()
Returns the type of this entity.
|
Modifier and Type | Method and Description |
---|---|
List<EntitySet> |
EntityContainer.getEntities()
Returns the list of entities.
|
Modifier and Type | Method and Description |
---|---|
void |
FunctionImport.setEntitySet(EntitySet entitySet)
Sets the entity set returned by this function, if applicable.
|
void |
AssociationSetEnd.setType(EntitySet type)
Sets the type of this entity.
|
Modifier and Type | Method and Description |
---|---|
void |
EntityContainer.setEntities(List<EntitySet> entities)
Sets the list of entities.
|
Copyright © 2005–2019. All rights reserved.