Uses of Enum Class
io.camunda.search.clients.core.SearchWriteResponse.Result
Packages that use SearchWriteResponse.Result
-
Uses of SearchWriteResponse.Result in io.camunda.search.clients.core
Methods in io.camunda.search.clients.core that return SearchWriteResponse.ResultModifier and TypeMethodDescriptionSearchWriteResponse.result()Returns the value of theresultrecord component.static SearchWriteResponse.ResultReturns the enum constant of this class with the specified name.static SearchWriteResponse.Result[]SearchWriteResponse.Result.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.camunda.search.clients.core with parameters of type SearchWriteResponse.ResultModifier and TypeMethodDescriptionSearchWriteResponse.Builder.result(SearchWriteResponse.Result value) Constructors in io.camunda.search.clients.core with parameters of type SearchWriteResponse.ResultModifierConstructorDescriptionSearchWriteResponse(String id, String index, SearchWriteResponse.Result result) Creates an instance of aSearchWriteResponserecord class.