Uses of Class
io.camunda.zeebe.client.protocol.rest.IncidentSearchQueryResponse
Packages that use IncidentSearchQueryResponse
-
Uses of IncidentSearchQueryResponse in io.camunda.zeebe.client.impl.search
Methods in io.camunda.zeebe.client.impl.search with parameters of type IncidentSearchQueryResponseModifier and TypeMethodDescriptionstatic SearchQueryResponse<Incident> SearchResponseMapper.toIncidentSearchResponse(IncidentSearchQueryResponse response) -
Uses of IncidentSearchQueryResponse in io.camunda.zeebe.client.protocol.rest
Methods in io.camunda.zeebe.client.protocol.rest that return IncidentSearchQueryResponseModifier and TypeMethodDescriptionIncidentSearchQueryResponse.addItemsItem(IncidentItem itemsItem) Deprecated.IncidentSearchQueryResponse.items(List<IncidentItem> items) Deprecated.IncidentSearchQueryResponse.page(SearchQueryPageResponse page) Deprecated.