Uses of Interface
org.apache.olingo.client.api.communication.request.ODataPayloadManager
Packages that use ODataPayloadManager
Package
Description
-
Uses of ODataPayloadManager in org.apache.olingo.client.api.communication.request
Classes in org.apache.olingo.client.api.communication.request with type parameters of type ODataPayloadManagerModifier and TypeInterfaceDescriptioninterface
ODataStreamedRequest<V extends ODataResponse,
T extends ODataPayloadManager<V>> Streamed OData request interface. -
Uses of ODataPayloadManager in org.apache.olingo.client.api.communication.request.batch
Subinterfaces of ODataPayloadManager in org.apache.olingo.client.api.communication.request.batch -
Uses of ODataPayloadManager in org.apache.olingo.client.api.communication.request.streamed
Classes in org.apache.olingo.client.api.communication.request.streamed with type parameters of type ODataPayloadManagerModifier and TypeInterfaceDescriptioninterface
ODataStreamedEntityRequest<V extends ODataResponse,
T extends ODataPayloadManager<V>> Abstract class representing a request concerning a streamed entity.Subinterfaces of ODataPayloadManager in org.apache.olingo.client.api.communication.request.streamedModifier and TypeInterfaceDescriptioninterface
MediaEntityCreateStreamManager<E extends ClientEntity>
Media entity payload object.interface
MediaEntityUpdateStreamManager<E extends ClientEntity>
Media entity payload object.interface
Streamed entity payload object.