Interface ODataEntityCreateRequest<E extends ClientEntity>
- Type Parameters:
E
- concrete ODataEntity implementation
- All Superinterfaces:
ODataBasicRequest<ODataEntityCreateResponse<E>>
,ODataBatchableRequest
,ODataRequest
public interface ODataEntityCreateRequest<E extends ClientEntity>
extends ODataBasicRequest<ODataEntityCreateResponse<E>>, ODataBatchableRequest
This interface describes an OData create request.
-
Method Summary
Methods inherited from interface org.apache.olingo.client.api.communication.request.ODataBasicRequest
asyncExecute, execute, setFormat
Methods inherited from interface org.apache.olingo.client.api.communication.request.ODataBatchableRequest
batch, batch
Methods inherited from interface org.apache.olingo.client.api.communication.request.ODataRequest
addCustomHeader, getAccept, getContentType, getHeader, getHeaderNames, getHttpRequest, getIfMatch, getIfNoneMatch, getMethod, getPrefer, getURI, rawExecute, setAccept, setContentType, setIfMatch, setIfNoneMatch, setPrefer, setURI, setXHTTPMethod, toByteArray