public class ODataRequestCount extends ODataRequestRead
csrfTokenRetriever, resourcePath, servicePath| Constructor and Description |
|---|
ODataRequestCount(String servicePath,
ODataResourcePath resourcePath,
String encodedQuery,
ODataProtocol protocol)
Default constructor for OData Count request.
|
ODataRequestCount(String servicePath,
ODataResourcePath resourcePath,
StructuredQuery query)
Constructor with StructuredQuery for OData Count request.
|
ODataRequestCount(String servicePath,
String entityName,
String encodedQuery,
ODataProtocol protocol)
Default constructor for OData Count request.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
int |
hashCode() |
execute, getQueryString, getRelativeUri, getRequestQueryaddHeader, addHeaderIfAbsent, addListener, addQueryParameter, getHeaders, getListeners, getProtocol, getQueryParameters, getRelativeUri, getResourcePath, getServicePath, setCsrfTokenRetriever, setHeader, tryExecute, tryExecuteWithCsrfTokenpublic ODataRequestCount(@Nonnull String servicePath, @Nonnull String entityName, @Nullable String encodedQuery, @Nonnull ODataProtocol protocol)
servicePath - The OData service path.entityName - The OData entity name.encodedQuery - Optional: The encoded HTTP query, if any.protocol - The OData protocol to use.public ODataRequestCount(@Nonnull String servicePath, @Nonnull ODataResourcePath resourcePath, @Nullable String encodedQuery, @Nonnull ODataProtocol protocol)
servicePath - The OData service path.resourcePath - The ODataResourcePath that identifies the collection to be counted.encodedQuery - Optional: The encoded HTTP query, if any.protocol - The OData protocol to use.public ODataRequestCount(@Nonnull String servicePath, @Nonnull ODataResourcePath resourcePath, @Nonnull StructuredQuery query)
servicePath - The OData service path.resourcePath - The ODataResourcePath that identifies the collection to be counted.query - The structured query.public boolean equals(@Nullable Object o)
equals in class ODataRequestReadprotected boolean canEqual(@Nullable Object other)
canEqual in class ODataRequestReadpublic int hashCode()
hashCode in class ODataRequestReadCopyright © 2022 SAP SE. All rights reserved.