Uses of Interface
org.apache.olingo.client.api.ODataClient
Packages that use ODataClient
Package
Description
-
Uses of ODataClient in org.apache.olingo.client.api
Subinterfaces of ODataClient in org.apache.olingo.client.apiMethods in org.apache.olingo.client.api that return ODataClientModifier and TypeMethodDescriptionstatic ODataClientODataClientBuilder.createClient()Create an new ODataClient based on via system property ODATA_CLIENT_IMPL_SYS_PROPERTY class name or if not net the default ODATA_CLIENT_IMPL_CLASS set class. -
Uses of ODataClient in org.apache.olingo.client.api.domain
Fields in org.apache.olingo.client.api.domain declared as ODataClientConstructors in org.apache.olingo.client.api.domain with parameters of type ODataClientModifierConstructorDescriptionClientEntitySetIterator(ODataClient odataClient, InputStream stream, ContentType contentType) Constructor. -
Uses of ODataClient in org.apache.olingo.client.core
Classes in org.apache.olingo.client.core that implement ODataClientMethods in org.apache.olingo.client.core that return ODataClient -
Uses of ODataClient in org.apache.olingo.client.core.communication.header
Methods in org.apache.olingo.client.core.communication.header with parameters of type ODataClientModifier and TypeMethodDescriptionstatic ODataRuntimeExceptionODataErrorResponseChecker.checkResponse(ODataClient odataClient, org.apache.http.StatusLine statusLine, InputStream entity, String accept) -
Uses of ODataClient in org.apache.olingo.client.core.communication.request
Fields in org.apache.olingo.client.core.communication.request declared as ODataClientModifier and TypeFieldDescriptionprotected final ODataClientAbstractODataRequest.odataClientprotected final ODataClientAsyncRequestWrapperImpl.odataClientMethods in org.apache.olingo.client.core.communication.request with parameters of type ODataClientModifier and TypeMethodDescriptionprotected voidAbstractRequest.checkRequest(ODataClient odataClient, org.apache.http.client.methods.HttpUriRequest request) protected voidAbstractRequest.checkResponse(ODataClient odataClient, org.apache.http.HttpResponse response, String accept) Constructors in org.apache.olingo.client.core.communication.request with parameters of type ODataClientModifierConstructorDescriptionAbstractODataBasicRequest(ODataClient odataClient, HttpMethod method, URI uri) Constructor.protectedAbstractODataRequest(ODataClient odataClient, HttpMethod method, URI uri) Constructor.protectedAsyncBatchRequestWrapperImpl(ODataClient odataClient, ODataBatchRequest odataRequest) AsyncRequestFactoryImpl(ODataClient client) protectedAsyncRequestWrapperImpl(ODataClient odataClient, ODataRequest odataRequest) -
Uses of ODataClient in org.apache.olingo.client.core.communication.request.batch
Fields in org.apache.olingo.client.core.communication.request.batch declared as ODataClientConstructors in org.apache.olingo.client.core.communication.request.batch with parameters of type ODataClientModifierConstructorDescriptionprotectedAbstractODataBatchRequest(ODataClient odataClient, URI uri) Constructor.BatchRequestFactoryImpl(ODataClient client) ODataBatchRequestImpl(ODataClient odataClient, URI uri) protectedODataBatchResponseImpl(ODataClient odataClient, org.apache.http.client.HttpClient httpClient, org.apache.http.HttpResponse res) -
Uses of ODataClient in org.apache.olingo.client.core.communication.request.cud
Fields in org.apache.olingo.client.core.communication.request.cud declared as ODataClientConstructors in org.apache.olingo.client.core.communication.request.cud with parameters of type ODataClientModifierConstructorDescriptionCUDRequestFactoryImpl(ODataClient client) ODataEntityUpdateRequestImpl(ODataClient odataClient, HttpMethod method, URI uri, E changes) Constructor. -
Uses of ODataClient in org.apache.olingo.client.core.communication.request.invoke
Constructors in org.apache.olingo.client.core.communication.request.invoke with parameters of type ODataClientModifierConstructorDescriptionAbstractODataInvokeRequest(ODataClient odataClient, Class<T> reference, HttpMethod method, URI uri) Constructor.InvokeRequestFactoryImpl(ODataClient client) ODataInvokeRequestImpl(ODataClient odataClient, Class<T> reference, HttpMethod method, URI uri) -
Uses of ODataClient in org.apache.olingo.client.core.communication.request.retrieve
Fields in org.apache.olingo.client.core.communication.request.retrieve declared as ODataClientConstructors in org.apache.olingo.client.core.communication.request.retrieve with parameters of type ODataClientModifierConstructorDescriptionAbstractMetadataRequestImpl(ODataClient odataClient, URI query) AbstractODataRetrieveRequest(ODataClient odataClient, URI query) Private constructor.protectedAbstractODataRetrieveResponse(ODataClient odataClient, org.apache.http.client.HttpClient httpClient, org.apache.http.HttpResponse res) ODataDeltaRequestImpl(ODataClient odataClient, URI query) ODataEntityRequestImpl(ODataClient odataClient, URI query) Private constructor.ODataEntitySetIteratorRequestImpl(ODataClient odataClient, URI query) Private constructor.ODataEntitySetRequestImpl(ODataClient odataClient, URI query) Private constructor.ODataPropertyRequestImpl(ODataClient odataClient, URI query) Private constructor. -
Uses of ODataClient in org.apache.olingo.client.core.communication.request.streamed
Constructors in org.apache.olingo.client.core.communication.request.streamed with parameters of type ODataClientModifierConstructorDescriptionAbstractODataStreamedEntityRequest(ODataClient odataClient, HttpMethod method, URI uri) Constructor.AbstractODataStreamedRequest(ODataClient odataClient, HttpMethod method, URI uri) Constructor.ODataMediaEntityCreateRequestImpl(ODataClient odataClient, URI targetURI, InputStream media) Constructor.ODataMediaEntityUpdateRequestImpl(ODataClient odataClient, HttpMethod method, URI editURI, InputStream media) Constructor.ODataStreamUpdateRequestImpl(ODataClient odataClient, HttpMethod method, URI targetURI, InputStream stream) Constructor. -
Uses of ODataClient in org.apache.olingo.client.core.communication.response
Fields in org.apache.olingo.client.core.communication.response declared as ODataClientConstructors in org.apache.olingo.client.core.communication.response with parameters of type ODataClientModifierConstructorDescriptionAbstractODataResponse(ODataClient odataClient, org.apache.http.client.HttpClient httpclient, org.apache.http.HttpResponse res) AsyncResponseImpl(ODataClient odataClient, org.apache.http.client.HttpClient httpClient, org.apache.http.HttpResponse res) -
Uses of ODataClient in org.apache.olingo.client.core.serialization
Fields in org.apache.olingo.client.core.serialization declared as ODataClientModifier and TypeFieldDescriptionprotected final ODataClientODataBinderImpl.clientprotected final ODataClientODataReaderImpl.clientprotected final ODataClientODataWriterImpl.clientConstructors in org.apache.olingo.client.core.serialization with parameters of type ODataClientModifierConstructorDescriptionODataBinderImpl(ODataClient client) ODataReaderImpl(ODataClient client) ODataWriterImpl(ODataClient client) -
Uses of ODataClient in org.apache.olingo.client.core.uri
Methods in org.apache.olingo.client.core.uri with parameters of type ODataClientModifier and TypeMethodDescriptionstatic org.apache.http.HttpEntityURIUtils.buildInputStreamEntity(ODataClient client, InputStream input) static booleanURIUtils.shouldUseRepeatableHttpBodyEntry(ODataClient client)