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