Uses of Enum Class
org.springframework.data.elasticsearch.core.reindex.ReindexRequest.Conflicts
Packages that use ReindexRequest.Conflicts
-
Uses of ReindexRequest.Conflicts in org.springframework.data.elasticsearch.core.reindex
Methods in org.springframework.data.elasticsearch.core.reindex that return ReindexRequest.ConflictsModifier and TypeMethodDescriptionReindexRequest.getConflicts()static ReindexRequest.ConflictsReturns the enum constant of this class with the specified name.static ReindexRequest.Conflicts[]ReindexRequest.Conflicts.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.elasticsearch.core.reindex with parameters of type ReindexRequest.ConflictsModifier and TypeMethodDescriptionReindexRequest.ReindexRequestBuilder.withConflicts(ReindexRequest.Conflicts conflicts)