Package io.camunda.client.protocol.rest
Class SearchQueryPageRequest
java.lang.Object
io.camunda.client.protocol.rest.SearchQueryPageRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-25T13:39:08.081076719Z[GMT]",
comments="Generator version: 7.10.0")
public class SearchQueryPageRequest
extends Object
SearchQueryPageRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSearchAfterItem(Object searchAfterItem) addSearchBeforeItem(Object searchBeforeItem) booleangetFrom()The index of items to start searching from.getLimit()The maximum number of items to return in one request.Items to search after.Items to search before.inthashCode()searchAfter(List<Object> searchAfter) searchBefore(List<Object> searchBefore) voidvoidvoidsetSearchAfter(List<Object> searchAfter) voidsetSearchBefore(List<Object> searchBefore) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_FROM
- See Also:
-
JSON_PROPERTY_LIMIT
- See Also:
-
JSON_PROPERTY_SEARCH_AFTER
- See Also:
-
JSON_PROPERTY_SEARCH_BEFORE
- See Also:
-
-
Constructor Details
-
SearchQueryPageRequest
public SearchQueryPageRequest()
-
-
Method Details
-
from
-
getFrom
The index of items to start searching from.- Returns:
- from
-
setFrom
-
limit
-
getLimit
The maximum number of items to return in one request.- Returns:
- limit
-
setLimit
-
searchAfter
-
addSearchAfterItem
-
getSearchAfter
Items to search after. Correlates to the `lastSortValues` property of a previous search response.- Returns:
- searchAfter
-
setSearchAfter
-
searchBefore
-
addSearchBeforeItem
-
getSearchBefore
Items to search before. Correlates to the `firstSortValues` property of a previous search response.- Returns:
- searchBefore
-
setSearchBefore
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-