Uses of Class
io.camunda.search.clients.core.SearchIndexRequest.Builder
Packages that use SearchIndexRequest.Builder
-
Uses of SearchIndexRequest.Builder in io.camunda.search.clients.core
Methods in io.camunda.search.clients.core that return SearchIndexRequest.BuilderModifier and TypeMethodDescriptionstatic <T> SearchIndexRequest.Builder<T> RequestBuilders.indexRequest()Method parameters in io.camunda.search.clients.core with type arguments of type SearchIndexRequest.BuilderModifier and TypeMethodDescriptionstatic <T> SearchIndexRequest<T> RequestBuilders.indexRequest(Function<SearchIndexRequest.Builder<T>, io.camunda.util.ObjectBuilder<SearchIndexRequest<T>>> fn) static <T> SearchIndexRequest<T> SearchIndexRequest.of(Function<SearchIndexRequest.Builder<T>, io.camunda.util.ObjectBuilder<SearchIndexRequest<T>>> fn)