Package org.apache.olingo.client.api
Interface EdmEnabledODataClient
- All Superinterfaces:
ODataClient
-
Method Summary
Modifier and TypeMethodDescriptionReturn the cached Edm matadata information.Checks if the cached Edm matadata information matches the argument and, if not, updates the cache against the configured service root.Methods inherited from interface org.apache.olingo.client.api.ODataClient
getAsyncRequestFactory, getBatchRequestFactory, getBinder, getConfiguration, getCUDRequestFactory, getDeserializer, getFilterFactory, getObjectFactory, getReader, getRetrieveRequestFactory, getSearchFactory, getSerializer, getServiceVersion, getWriter, metadataValidation, newPreferences, newURIBuilder, newVersionHeaders
-
Method Details
-
getServiceRoot
String getServiceRoot() -
getEdm
Checks if the cached Edm matadata information matches the argument and, if not, updates the cache against the configured service root.- Parameters:
metadataETag
- metadata ETag to be compared against the cache- Returns:
- Edm
-
getCachedEdm
Edm getCachedEdm()Return the cached Edm matadata information.- Returns:
- Edm
-
newURIBuilder
URIBuilder newURIBuilder() -
getInvokeRequestFactory
EdmEnabledInvokeRequestFactory getInvokeRequestFactory()- Specified by:
getInvokeRequestFactory
in interfaceODataClient
-