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. -
Uses of ServiceDocumentItem in org.apache.olingo.client.core.data
Classes in org.apache.olingo.client.core.data that implement ServiceDocumentItemMethods in org.apache.olingo.client.core.data that return ServiceDocumentItemModifier and TypeMethodDescriptionprotected ServiceDocumentItemServiceDocumentImpl.getByName(List<ServiceDocumentItem> elements, String name) ServiceDocumentImpl.getEntitySetByName(String name) ServiceDocumentImpl.getFunctionImportByName(String name) ServiceDocumentImpl.getSingletonByName(String name) Methods in org.apache.olingo.client.core.data that return types with arguments of type ServiceDocumentItemModifier and TypeMethodDescriptionServiceDocumentImpl.getEntitySets()ServiceDocumentImpl.getFunctionImports()ServiceDocumentImpl.getRelatedServiceDocuments()ServiceDocumentImpl.getSingletons()Method parameters in org.apache.olingo.client.core.data with type arguments of type ServiceDocumentItemModifier and TypeMethodDescriptionprotected ServiceDocumentItemServiceDocumentImpl.getByName(List<ServiceDocumentItem> elements, String name)