Package io.camunda.client.protocol.rest
Class SearchQueryPageResponse
java.lang.Object
io.camunda.client.protocol.rest.SearchQueryPageResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.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 whether the `totalItems` value has been capped due to system limits.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)
-
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 whether the `totalItems` value has been capped due to system limits. When true, `totalItems` is a lower bound and the actual number of matching items is greater than the reported value.- 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
-