Package io.camunda.client.protocol.rest
Class SearchQueryPageResponse
java.lang.Object
io.camunda.client.protocol.rest.SearchQueryPageResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-04T12:01:10.435788262Z[GMT]",
comments="Generator version: 7.12.0")
public class SearchQueryPageResponse
extends Object
Pagination information about the search results.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddFirstSortValuesItem(Object firstSortValuesItem) addLastSortValuesItem(Object lastSortValuesItem) booleanfirstSortValues(List<Object> firstSortValues) The sort values of the first item in the result set.The sort values of the last item in the result set.Total items matching the criteria.inthashCode()lastSortValues(List<Object> lastSortValues) voidsetFirstSortValues(List<Object> firstSortValues) voidsetLastSortValues(List<Object> lastSortValues) voidsetTotalItems(Long totalItems) toString()totalItems(Long totalItems) Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_TOTAL_ITEMS
- See Also:
-
JSON_PROPERTY_FIRST_SORT_VALUES
- See Also:
-
JSON_PROPERTY_LAST_SORT_VALUES
- See Also:
-
-
Constructor Details
-
SearchQueryPageResponse
public SearchQueryPageResponse()
-
-
Method Details
-
totalItems
-
getTotalItems
Total items matching the criteria.- Returns:
- totalItems
-
setTotalItems
-
firstSortValues
-
addFirstSortValuesItem
-
getFirstSortValues
The sort values of the first item in the result set. Use this in the `searchBefore` field of an ensuing request.- Returns:
- firstSortValues
-
setFirstSortValues
-
lastSortValues
-
addLastSortValuesItem
-
getLastSortValues
The sort values of the last item in the result set. Use this in the `searchAfter` field of an ensuing request.- Returns:
- lastSortValues
-
setLastSortValues
-
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
-