Uses of Enum Class
org.springframework.data.elasticsearch.core.query.IndicesOptions.Option
Packages that use IndicesOptions.Option
-
Uses of IndicesOptions.Option in org.springframework.data.elasticsearch.core.query
Methods in org.springframework.data.elasticsearch.core.query that return IndicesOptions.OptionModifier and TypeMethodDescriptionstatic IndicesOptions.OptionReturns the enum constant of this class with the specified name.static IndicesOptions.Option[]IndicesOptions.Option.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.elasticsearch.core.query that return types with arguments of type IndicesOptions.OptionConstructor parameters in org.springframework.data.elasticsearch.core.query with type arguments of type IndicesOptions.OptionModifierConstructorDescriptionIndicesOptions(EnumSet<IndicesOptions.Option> options, EnumSet<IndicesOptions.WildcardStates> expandWildcards)