@Beta public class ODataRequestCount extends ODataRequestRead
DEFAULT_FORMAT
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, getRequestQuery, getServicePath
addHeader, addHeaderIfAbsent, addListener, addQueryParameter, getHeaders, getListeners, getProtocol, getQueryParameters, setCsrfTokenRetriever, setResponseFormat
public 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()
ODataRequestGeneric
getRelativeUri
in class ODataRequestRead
public boolean equals(Object o)
equals
in class ODataRequestRead
protected boolean canEqual(Object other)
canEqual
in class ODataRequestRead
public int hashCode()
hashCode
in class ODataRequestRead
Copyright © 2020 SAP SE. All rights reserved.