Package io.camunda.client.protocol.rest
Class SearchQueryPageRequest
java.lang.Object
io.camunda.client.protocol.rest.SearchQueryPageRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-10-08T19:37:20.302687113Z[GMT]",
comments="Generator version: 7.12.0")
public class SearchQueryPageRequest
extends Object
SearchQueryPageRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAfter()Use the `endCursor` value from the previous response to fetch the next page of results.Use the `startCursor` value from the previous response to fetch the previous page of results.getFrom()The index of items to start searching from.getLimit()The maximum number of items to return in one request.inthashCode()voidvoidvoidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_FROM
- See Also:
-
JSON_PROPERTY_LIMIT
- See Also:
-
JSON_PROPERTY_AFTER
- See Also:
-
JSON_PROPERTY_BEFORE
- See Also:
-
-
Constructor Details
-
SearchQueryPageRequest
public SearchQueryPageRequest()
-
-
Method Details
-
from
-
getFrom
The index of items to start searching from.- Returns:
- from
-
setFrom
-
limit
-
getLimit
The maximum number of items to return in one request.- Returns:
- limit
-
setLimit
-
after
-
getAfter
Use the `endCursor` value from the previous response to fetch the next page of results.- Returns:
- after
-
setAfter
-
before
-
getBefore
Use the `startCursor` value from the previous response to fetch the previous page of results.- Returns:
- before
-
setBefore
-
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
-