@Beta public class ODataRequestCount extends ODataRequestRead
resourcePath, servicePath
Constructor and Description |
---|
ODataRequestCount(String servicePath,
ODataResourcePath resourcePath,
String encodedQuery,
ODataProtocol protocol)
Default constructor 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, getRequestQuery
addHeader, addHeaderIfAbsent, addListener, addQueryParameter, getHeaders, getListeners, getProtocol, getQueryParameters, getResourcePath, getServicePath, setCsrfTokenRetriever, tryExecute, tryExecuteWithCsrfToken
public 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 boolean equals(@Nullable Object o)
equals
in class ODataRequestRead
protected boolean canEqual(@Nullable Object other)
canEqual
in class ODataRequestRead
public int hashCode()
hashCode
in class ODataRequestRead
Copyright © 2021 SAP SE. All rights reserved.