public class InvokeRequestFactoryImpl extends AbstractInvokeRequestFactory
| Constructor and Description |
|---|
InvokeRequestFactoryImpl(org.apache.olingo.client.api.ODataClient client) |
| Modifier and Type | Method and Description |
|---|---|
<RES extends org.apache.olingo.client.api.domain.ClientInvokeResult> |
getInvokeRequest(org.apache.olingo.commons.api.http.HttpMethod method,
URI uri,
Class<RES> resultRef,
Map<String,org.apache.olingo.client.api.domain.ClientValue> parameters) |
getActionInvokeRequest, getActionInvokeRequest, getFunctionInvokeRequest, getFunctionInvokeRequest, getResultReferencepublic InvokeRequestFactoryImpl(org.apache.olingo.client.api.ODataClient client)
public <RES extends org.apache.olingo.client.api.domain.ClientInvokeResult> org.apache.olingo.client.api.communication.request.invoke.ODataInvokeRequest<RES> getInvokeRequest(org.apache.olingo.commons.api.http.HttpMethod method,
URI uri,
Class<RES> resultRef,
Map<String,org.apache.olingo.client.api.domain.ClientValue> parameters)
Copyright © 2013–2017 The Apache Software Foundation. All rights reserved.