Class XMLMetadataRequestImpl
java.lang.Object
org.apache.olingo.client.core.communication.request.AbstractRequest
org.apache.olingo.client.core.communication.request.AbstractODataRequest
org.apache.olingo.client.core.communication.request.AbstractODataBasicRequest<ODataRetrieveResponse<T>>
org.apache.olingo.client.core.communication.request.retrieve.AbstractODataRetrieveRequest<V>
org.apache.olingo.client.core.communication.request.retrieve.AbstractMetadataRequestImpl<XMLMetadata>
org.apache.olingo.client.core.communication.request.retrieve.XMLMetadataRequestImpl
- All Implemented Interfaces:
ODataBasicRequest<ODataRetrieveResponse<XMLMetadata>>,ODataBatchableRequest,ODataRequest,ODataRetrieveRequest<XMLMetadata>,XMLMetadataRequest
public class XMLMetadataRequestImpl
extends AbstractMetadataRequestImpl<XMLMetadata>
implements XMLMetadataRequest
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.olingo.client.core.communication.request.retrieve.AbstractODataRetrieveRequest
AbstractODataRetrieveRequest.AbstractODataRetrieveResponse -
Field Summary
Fields inherited from class org.apache.olingo.client.core.communication.request.AbstractODataRequest
httpClient, method, odataClient, odataHeaders, request, uriFields inherited from class org.apache.olingo.client.core.communication.request.AbstractRequest
LOG -
Method Summary
Methods inherited from class org.apache.olingo.client.core.communication.request.retrieve.AbstractMetadataRequestImpl
getDefaultFormat, setAccept, setContentTypeMethods inherited from class org.apache.olingo.client.core.communication.request.retrieve.AbstractODataRetrieveRequest
getPayloadMethods inherited from class org.apache.olingo.client.core.communication.request.AbstractODataBasicRequest
asyncExecute, batch, batch, setFormatMethods inherited from class org.apache.olingo.client.core.communication.request.AbstractODataRequest
addCustomHeader, doExecute, getAccept, getContentType, getHeader, getHeader, getHeaderNames, getHttpRequest, getIfMatch, getIfNoneMatch, getMethod, getPrefer, getResponseTemplate, getURI, rawExecute, setIfMatch, setIfNoneMatch, setPrefer, setURI, setXHTTPMethod, toByteArrayMethods inherited from class org.apache.olingo.client.core.communication.request.AbstractRequest
checkRequest, checkResponseMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.olingo.client.api.communication.request.ODataBasicRequest
asyncExecute, setFormatMethods inherited from interface org.apache.olingo.client.api.communication.request.ODataBatchableRequest
batch, batchMethods 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
-
Method Details
-
execute
Description copied from interface:ODataBasicRequestRequest execute.- Specified by:
executein interfaceODataBasicRequest<ODataRetrieveResponse<XMLMetadata>>- Specified by:
executein classAbstractODataRetrieveRequest<XMLMetadata>- Returns:
- return an OData response.
-