@Beta public class ODataRequestFunction extends ODataRequestGeneric
DEFAULT_FORMAT
Constructor and Description |
---|
ODataRequestFunction(String servicePath,
String functionName,
String parameters,
ODataProtocol protocol) |
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 |
getFunctionName() |
String |
getParameters() |
URI |
getRelativeUri()
Get the static request URI of the OData resource.
|
String |
getServicePath() |
int |
hashCode() |
addHeader, addHeaderIfAbsent, addListener, addQueryParameter, getHeaders, getListeners, getProtocol, getQueryParameters, getRequestQuery, setCsrfTokenRetriever, setResponseFormat
@Nonnull public URI getRelativeUri()
getRelativeUri
in class ODataRequestGeneric
@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.