Uses of Class
com.yahoo.search.query.profile.config.QueryProfilesConfig.Queryprofile.Builder
Packages that use QueryProfilesConfig.Queryprofile.Builder
-
Uses of QueryProfilesConfig.Queryprofile.Builder in com.yahoo.search.query.profile.config
Fields in com.yahoo.search.query.profile.config with type parameters of type QueryProfilesConfig.Queryprofile.BuilderMethods in com.yahoo.search.query.profile.config that return QueryProfilesConfig.Queryprofile.BuilderModifier and TypeMethodDescriptionQueryProfilesConfig.Queryprofile.Builder.dimensions(String __value) QueryProfilesConfig.Queryprofile.Builder.dimensions(Collection<String> __values) QueryProfilesConfig.Queryprofile.Builder.inherit(Collection<String> __values) QueryProfilesConfig.Queryprofile.Builder.property(QueryProfilesConfig.Queryprofile.Property.Builder __builder) Add the given builder to this builder's list of Property buildersQueryProfilesConfig.Queryprofile.Builder.property(Consumer<QueryProfilesConfig.Queryprofile.Property.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listQueryProfilesConfig.Queryprofile.Builder.property(List<QueryProfilesConfig.Queryprofile.Property.Builder> __builders) Set the given list as this builder's list of Property buildersQueryProfilesConfig.Queryprofile.Builder.queryprofilevariant(QueryProfilesConfig.Queryprofile.Queryprofilevariant.Builder __builder) Add the given builder to this builder's list of Queryprofilevariant buildersQueryProfilesConfig.Queryprofile.Builder.queryprofilevariant(Consumer<QueryProfilesConfig.Queryprofile.Queryprofilevariant.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listQueryProfilesConfig.Queryprofile.Builder.queryprofilevariant(List<QueryProfilesConfig.Queryprofile.Queryprofilevariant.Builder> __builders) Set the given list as this builder's list of Queryprofilevariant buildersQueryProfilesConfig.Queryprofile.Builder.reference(QueryProfilesConfig.Queryprofile.Reference.Builder __builder) Add the given builder to this builder's list of Reference buildersQueryProfilesConfig.Queryprofile.Builder.reference(Consumer<QueryProfilesConfig.Queryprofile.Reference.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listQueryProfilesConfig.Queryprofile.Builder.reference(List<QueryProfilesConfig.Queryprofile.Reference.Builder> __builders) Set the given list as this builder's list of Reference buildersMethods in com.yahoo.search.query.profile.config with parameters of type QueryProfilesConfig.Queryprofile.BuilderModifier and TypeMethodDescriptionQueryProfilesConfig.Builder.queryprofile(QueryProfilesConfig.Queryprofile.Builder __builder) Add the given builder to this builder's list of Queryprofile buildersMethod parameters in com.yahoo.search.query.profile.config with type arguments of type QueryProfilesConfig.Queryprofile.BuilderModifier and TypeMethodDescriptionQueryProfilesConfig.Builder.queryprofile(Consumer<QueryProfilesConfig.Queryprofile.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listQueryProfilesConfig.Builder.queryprofile(List<QueryProfilesConfig.Queryprofile.Builder> __builders) Set the given list as this builder's list of Queryprofile buildersConstructors in com.yahoo.search.query.profile.config with parameters of type QueryProfilesConfig.Queryprofile.Builder