Interface EdmEnabledODataClient

All Superinterfaces:
ODataClient

public interface EdmEnabledODataClient extends ODataClient
  • Method Details

    • getServiceRoot

      String getServiceRoot()
    • getEdm

      Edm getEdm(String metadataETag)
      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 interface ODataClient