@Beta public class ODataRequestFunction extends ODataRequestGeneric
DEFAULT_FORMAT
Constructor and Description |
---|
ODataRequestFunction(String servicePath,
String functionName,
String parameters) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
ODataRequestResultGeneric |
execute(org.apache.http.client.HttpClient httpClient)
Execute the OData request with the provided HttpClient reference.
|
String |
getFullQueryString()
Get the string representation of the (almost) full HTTP query including service path, entity, parameters and
headers.
|
String |
getFunctionName() |
String |
getParameters() |
protected URI |
getRequestUri()
Get the static request URI of the OData resource.
|
String |
getServicePath() |
int |
hashCode() |
String |
toString() |
addHeader, addHeaderIfAbsent, addListener, addQueryParameter, getHeaders, getListeners, getQueryParameters, getRequestQuery, setResponseFormat
@Nonnull protected URI getRequestUri()
getRequestUri
in class ODataRequestGeneric
@Nonnull public String getFullQueryString()
@Nonnull public ODataRequestResultGeneric execute(@Nonnull org.apache.http.client.HttpClient httpClient)
httpClient
- The HttpClient.public boolean equals(Object o)
equals
in class ODataRequestGeneric
protected boolean canEqual(Object other)
canEqual
in class ODataRequestGeneric
public int hashCode()
hashCode
in class ODataRequestGeneric
Copyright © 2020 SAP SE. All rights reserved.