public class ODataInvokeRequestImpl<T extends org.apache.olingo.client.api.domain.ClientInvokeResult> extends AbstractODataInvokeRequest<T>
AbstractODataInvokeRequest.ODataInvokeResponseImplparametershttpClient, method, odataClient, odataHeaders, request, uriLOG| Constructor and Description |
|---|
ODataInvokeRequestImpl(org.apache.olingo.client.api.ODataClient odataClient,
Class<T> reference,
org.apache.olingo.commons.api.http.HttpMethod method,
URI uri) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.olingo.commons.api.format.ContentType |
getPOSTParameterFormat() |
void |
setFormat(org.apache.olingo.commons.api.format.ContentType contentType) |
execute, getDefaultFormat, getPayload, setParametersasyncExecute, batch, batchaddCustomHeader, doExecute, getAccept, getContentType, getHeader, getHeader, getHeaderNames, getIfMatch, getIfNoneMatch, getMethod, getPrefer, getResponseTemplate, getURI, rawExecute, setAccept, setContentType, setIfMatch, setIfNoneMatch, setPrefer, setURI, setXHTTPMethod, toByteArraycheckRequest, checkResponseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasyncExecuteaddCustomHeader, getAccept, getContentType, getHeader, getHeaderNames, getIfMatch, getIfNoneMatch, getMethod, getPrefer, getURI, rawExecute, setAccept, setContentType, setIfMatch, setIfNoneMatch, setPrefer, setURI, setXHTTPMethod, toByteArraypublic void setFormat(org.apache.olingo.commons.api.format.ContentType contentType)
setFormat in interface org.apache.olingo.client.api.communication.request.ODataBasicRequest<org.apache.olingo.client.api.communication.response.ODataInvokeResponse<T extends org.apache.olingo.client.api.domain.ClientInvokeResult>>setFormat in class AbstractODataInvokeRequest<T extends org.apache.olingo.client.api.domain.ClientInvokeResult>protected org.apache.olingo.commons.api.format.ContentType getPOSTParameterFormat()
getPOSTParameterFormat in class AbstractODataInvokeRequest<T extends org.apache.olingo.client.api.domain.ClientInvokeResult>Copyright © 2013–2017 The Apache Software Foundation. All rights reserved.