@Beta public class ODataRequestCount extends ODataRequestRead
DEFAULT_FORMAT, servicePath| Constructor and Description |
|---|
ODataRequestCount(String servicePath,
String entityName,
String queryString,
ODataProtocol protocol)
Default constructor for OData Count request.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
URI |
getRelativeUri()
Get the static request URI of the OData resource.
|
int |
hashCode() |
execute, getEntityName, getQueryString, getRequestQueryaddHeader, addHeaderIfAbsent, addListener, addQueryParameter, getHeaders, getListeners, getProtocol, getQueryParameters, getServicePath, setCsrfTokenRetriever, setResponseFormat, tryExecute, tryExecuteWithCsrfTokenpublic ODataRequestCount(@Nonnull String servicePath, @Nonnull String entityName, @Nonnull String queryString, @Nonnull ODataProtocol protocol)
servicePath - The OData service path.entityName - The OData entity name.queryString - The HTTP query string.protocol - The OData protocol to use.@Nonnull public URI getRelativeUri()
ODataRequestGenericgetRelativeUri in class ODataRequestReadpublic boolean equals(@Nullable Object o)
equals in class ODataRequestReadprotected boolean canEqual(@Nullable Object other)
canEqual in class ODataRequestReadpublic int hashCode()
hashCode in class ODataRequestReadCopyright © 2020 SAP SE. All rights reserved.