Class SearchQueryPageResponse

java.lang.Object
io.camunda.client.protocol.rest.SearchQueryPageResponse

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-02-25T13:39:08.081076719Z[GMT]", comments="Generator version: 7.10.0") public class SearchQueryPageResponse extends Object
Pagination information about the search results.
  • Field Details

  • Constructor Details

    • SearchQueryPageResponse

      public SearchQueryPageResponse()
  • Method Details

    • totalItems

      public SearchQueryPageResponse totalItems(@Nullable Long totalItems)
    • getTotalItems

      @Nullable public Long getTotalItems()
      Total items matching the criteria.
      Returns:
      totalItems
    • setTotalItems

      public void setTotalItems(@Nullable Long totalItems)
    • firstSortValues

      public SearchQueryPageResponse firstSortValues(@Nullable List<Object> firstSortValues)
    • addFirstSortValuesItem

      public SearchQueryPageResponse addFirstSortValuesItem(Object firstSortValuesItem)
    • getFirstSortValues

      @Nullable public List<Object> 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

      public void setFirstSortValues(@Nullable List<Object> firstSortValues)
    • lastSortValues

      public SearchQueryPageResponse lastSortValues(@Nullable List<Object> lastSortValues)
    • addLastSortValuesItem

      public SearchQueryPageResponse addLastSortValuesItem(Object lastSortValuesItem)
    • getLastSortValues

      @Nullable public List<Object> 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

      public void setLastSortValues(@Nullable List<Object> lastSortValues)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string