Uses of Class
org.apache.olingo.odata2.api.edm.provider.FunctionImport
-
Packages that use FunctionImport Package Description org.apache.olingo.odata2.api.edm.provider Entity Data Model Provider API -
-
Uses of FunctionImport in org.apache.olingo.odata2.api.edm.provider
Methods in org.apache.olingo.odata2.api.edm.provider that return types with arguments of type FunctionImport Modifier and Type Method Description List<FunctionImport>EntityContainer. getFunctionImports()Method parameters in org.apache.olingo.odata2.api.edm.provider with type arguments of type FunctionImport Modifier and Type Method Description EntityContainerEntityContainer. setFunctionImports(List<FunctionImport> functionImports)Sets the function imports of thisEntityContainer
-