JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
io.camunda.zeebe.client.api.search.response
Interface SearchQueryResponse<T>
@Deprecated
public interface
SearchQueryResponse<T>
Deprecated.
since 8.8 for removal in 8.9, replaced by
SearchResponse
Method Summary
All Methods
Instance Methods
Abstract Methods
Deprecated Methods
Modifier and Type
Method
Description
List
<
T
>
items
()
Deprecated.
Returns the list of items
SearchResponsePage
page
()
Deprecated.
Returns information about the returned page of items
Method Details
items
List
<
T
>
items
()
Deprecated.
Returns the list of items
page
SearchResponsePage
page
()
Deprecated.
Returns information about the returned page of items
SearchResponse