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 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)
    • hasMoreTotalItems

      public SearchQueryPageResponse hasMoreTotalItems(@Nullable Boolean hasMoreTotalItems)
    • getHasMoreTotalItems

      @Nullable public Boolean getHasMoreTotalItems()
      Indicates if more results exist beyond the reported totalItems value. Due to system limitations, the totalItems value can be capped.
      Returns:
      hasMoreTotalItems
    • setHasMoreTotalItems

      public void setHasMoreTotalItems(@Nullable Boolean hasMoreTotalItems)
    • startCursor

      public SearchQueryPageResponse startCursor(@Nullable String startCursor)
    • getStartCursor

      @Nullable public String getStartCursor()
      The cursor value for getting the previous page of results. Use this in the `before` field of an ensuing request.
      Returns:
      startCursor
    • setStartCursor

      public void setStartCursor(@Nullable String startCursor)
    • endCursor

      public SearchQueryPageResponse endCursor(@Nullable String endCursor)
    • getEndCursor

      @Nullable public String getEndCursor()
      The cursor value for getting the next page of results. Use this in the `after` field of an ensuing request.
      Returns:
      endCursor
    • setEndCursor

      public void setEndCursor(@Nullable String endCursor)
    • 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