Interface EdmEntitySet
- All Superinterfaces:
EdmAnnotatable
,EdmBindingTarget
,EdmMappable
,EdmNamed
A CSDL EntitySet element.
EdmEntitySet is the container for entity type instances as described in the OData protocol. It can be the target of a navigation property binding.
EdmEntitySet is the container for entity type instances as described in the OData protocol. It can be the target of a navigation property binding.
-
Method Summary
Methods inherited from interface org.apache.olingo.commons.api.edm.EdmAnnotatable
getAnnotation, getAnnotations
Methods inherited from interface org.apache.olingo.commons.api.edm.EdmBindingTarget
getEntityContainer, getEntityType, getEntityTypeWithAnnotations, getNavigationPropertyBindings, getRelatedBindingTarget, getTitle
Methods inherited from interface org.apache.olingo.commons.api.edm.EdmMappable
getMapping
-
Method Details
-
isIncludeInServiceDocument
boolean isIncludeInServiceDocument()- Returns:
- true if entity set must be included in the service document
-