Uses of Interface
org.apache.olingo.client.api.data.ServiceDocumentItem
Packages that use ServiceDocumentItem
-
Uses of ServiceDocumentItem in org.apache.olingo.client.api.data
Methods in org.apache.olingo.client.api.data that return ServiceDocumentItemModifier and TypeMethodDescriptionServiceDocument.getEntitySetByName
(String name) Gets top level entity set with given name.ServiceDocument.getFunctionImportByName
(String name) Gets top level function import set with given name.ServiceDocument.getSingletonByName
(String name) Gets top level singleton with given name.Methods in org.apache.olingo.client.api.data that return types with arguments of type ServiceDocumentItemModifier and TypeMethodDescriptionServiceDocument.getEntitySets()
Gets top level entity sets.ServiceDocument.getFunctionImports()
Gets top level function imports.ServiceDocument.getRelatedServiceDocuments()
Gets related service documents.ServiceDocument.getSingletons()
Gets top level singletons.