Uses of Enum Class
com.yahoo.search.federation.ProviderConfig.QueryType.Enum
Packages that use ProviderConfig.QueryType.Enum
Package
Description
The federation layer on top of the search container.
-
Uses of ProviderConfig.QueryType.Enum in com.yahoo.search.federation
Fields in com.yahoo.search.federation declared as ProviderConfig.QueryType.EnumModifier and TypeFieldDescriptionstatic final ProviderConfig.QueryType.EnumProviderConfig.QueryType.LEGACYstatic final ProviderConfig.QueryType.EnumProviderConfig.QueryType.PROGRAMMATICstatic final ProviderConfig.QueryType.EnumProviderConfig.QueryType.SELECTstatic final ProviderConfig.QueryType.EnumProviderConfig.QueryType.YQLMethods in com.yahoo.search.federation that return ProviderConfig.QueryType.EnumModifier and TypeMethodDescriptionProviderConfig.queryType()Returns the enum constant of this class with the specified name.static ProviderConfig.QueryType.Enum[]ProviderConfig.QueryType.Enum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.search.federation with parameters of type ProviderConfig.QueryType.EnumModifier and TypeMethodDescriptionProviderConfig.Builder.queryType(ProviderConfig.QueryType.Enum __value) Constructors in com.yahoo.search.federation with parameters of type ProviderConfig.QueryType.Enum