public interface ODataClient extends CommonODataClient<UpdateType>
Modifier and Type | Method and Description |
---|---|
BatchRequestFactory |
getBatchRequestFactory() |
ODataBinder |
getBinder() |
CUDRequestFactory |
getCUDRequestFactory() |
ODataDeserializer |
getDeserializer(ODataFormat format) |
FilterFactory |
getFilterFactory() |
ODataObjectFactory |
getObjectFactory() |
ODataReader |
getReader() |
RetrieveRequestFactory |
getRetrieveRequestFactory() |
URIBuilder |
newURIBuilder(String serviceRoot) |
getConfiguration, getInvokeRequestFactory, getSerializer, getServiceVersion, getWriter, newPreferences, newVersionHeaders
ODataDeserializer getDeserializer(ODataFormat format)
getDeserializer
in interface CommonODataClient<UpdateType>
ODataReader getReader()
getReader
in interface CommonODataClient<UpdateType>
ODataBinder getBinder()
getBinder
in interface CommonODataClient<UpdateType>
URIBuilder newURIBuilder(String serviceRoot)
newURIBuilder
in interface CommonODataClient<UpdateType>
FilterFactory getFilterFactory()
getFilterFactory
in interface CommonODataClient<UpdateType>
ODataObjectFactory getObjectFactory()
getObjectFactory
in interface CommonODataClient<UpdateType>
RetrieveRequestFactory getRetrieveRequestFactory()
getRetrieveRequestFactory
in interface CommonODataClient<UpdateType>
CUDRequestFactory getCUDRequestFactory()
getCUDRequestFactory
in interface CommonODataClient<UpdateType>
BatchRequestFactory getBatchRequestFactory()
getBatchRequestFactory
in interface CommonODataClient<UpdateType>
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.