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-10-08T19:37:20.302687113Z[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 TypeMethodDescriptionbooleanThe cursor value for getting the next page of results.Indicates if more results exist beyond the reported totalItems value.The cursor value for getting the previous page of results.Total items matching the criteria.inthashCode()hasMoreTotalItems(Boolean hasMoreTotalItems) voidsetEndCursor(String endCursor) voidsetHasMoreTotalItems(Boolean hasMoreTotalItems) voidsetStartCursor(String startCursor) voidsetTotalItems(Long totalItems) startCursor(String startCursor) 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_HAS_MORE_TOTAL_ITEMS
- See Also:
-
JSON_PROPERTY_START_CURSOR
- See Also:
-
JSON_PROPERTY_END_CURSOR
- See Also:
-
-
Constructor Details
-
SearchQueryPageResponse
public SearchQueryPageResponse()
-
-
Method Details
-
totalItems
-
getTotalItems
Total items matching the criteria.- Returns:
- totalItems
-
setTotalItems
-
hasMoreTotalItems
-
getHasMoreTotalItems
Indicates if more results exist beyond the reported totalItems value. Due to system limitations, the totalItems value can be capped.- Returns:
- hasMoreTotalItems
-
setHasMoreTotalItems
-
startCursor
-
getStartCursor
The cursor value for getting the previous page of results. Use this in the `before` field of an ensuing request.- Returns:
- startCursor
-
setStartCursor
-
endCursor
-
getEndCursor
The cursor value for getting the next page of results. Use this in the `after` field of an ensuing request.- Returns:
- endCursor
-
setEndCursor
-
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
-