Package io.camunda.client.protocol.rest
Class SearchQueryResponse
java.lang.Object
io.camunda.client.protocol.rest.SearchQueryResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-04T12:01:10.435788262Z[GMT]",
comments="Generator version: 7.12.0")
public class SearchQueryResponse
extends Object
SearchQueryResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetPage()Pagination information about the search results.inthashCode()page(SearchQueryPageResponse page) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_PAGE
- See Also:
-
-
Constructor Details
-
SearchQueryResponse
public SearchQueryResponse()
-
-
Method Details
-
page
-
getPage
Pagination information about the search results.- Returns:
- page
-
setPage
-
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
-