Interface EdmOperationImport
- All Superinterfaces:
EdmAnnotatable
,EdmNamed
- All Known Subinterfaces:
EdmActionImport
,EdmFunctionImport
An EdmOperationImport can be an EdmActionImport or an EdmFunctionImport.
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.apache.olingo.commons.api.edm.EdmAnnotatable
getAnnotation, getAnnotations
-
Method Details
-
getFullQualifiedName
FullQualifiedName getFullQualifiedName()- Returns:
FullQualifiedName
of this OperationImport
-
getReturnedEntitySet
EdmEntitySet getReturnedEntitySet()- Returns:
EdmEntitySet
of this OperationImport
-
getEntityContainer
EdmEntityContainer getEntityContainer()- Returns:
EdmEntityContainer
of this EdmOperationImport
-