Uses of Class
com.yahoo.search.query.profile.config.QueryProfilesConfig.Queryprofile.Queryprofilevariant.Reference.Builder
-
Packages that use QueryProfilesConfig.Queryprofile.Queryprofilevariant.Reference.Builder Package Description com.yahoo.search.query.profile.config -
-
Uses of QueryProfilesConfig.Queryprofile.Queryprofilevariant.Reference.Builder in com.yahoo.search.query.profile.config
Fields in com.yahoo.search.query.profile.config with type parameters of type QueryProfilesConfig.Queryprofile.Queryprofilevariant.Reference.Builder Modifier and Type Field Description List<QueryProfilesConfig.Queryprofile.Queryprofilevariant.Reference.Builder>
QueryProfilesConfig.Queryprofile.Queryprofilevariant.Builder. reference
Methods in com.yahoo.search.query.profile.config that return QueryProfilesConfig.Queryprofile.Queryprofilevariant.Reference.Builder Modifier and Type Method Description QueryProfilesConfig.Queryprofile.Queryprofilevariant.Reference.Builder
QueryProfilesConfig.Queryprofile.Queryprofilevariant.Reference.Builder. name(String __value)
QueryProfilesConfig.Queryprofile.Queryprofilevariant.Reference.Builder
QueryProfilesConfig.Queryprofile.Queryprofilevariant.Reference.Builder. overridable(String __value)
QueryProfilesConfig.Queryprofile.Queryprofilevariant.Reference.Builder
QueryProfilesConfig.Queryprofile.Queryprofilevariant.Reference.Builder. value(String __value)
Methods in com.yahoo.search.query.profile.config with parameters of type QueryProfilesConfig.Queryprofile.Queryprofilevariant.Reference.Builder Modifier and Type Method Description QueryProfilesConfig.Queryprofile.Queryprofilevariant.Builder
QueryProfilesConfig.Queryprofile.Queryprofilevariant.Builder. reference(QueryProfilesConfig.Queryprofile.Queryprofilevariant.Reference.Builder __builder)
Add the given builder to this builder's list of Reference buildersMethod parameters in com.yahoo.search.query.profile.config with type arguments of type QueryProfilesConfig.Queryprofile.Queryprofilevariant.Reference.Builder Modifier and Type Method Description QueryProfilesConfig.Queryprofile.Queryprofilevariant.Builder
QueryProfilesConfig.Queryprofile.Queryprofilevariant.Builder. reference(List<QueryProfilesConfig.Queryprofile.Queryprofilevariant.Reference.Builder> __builders)
Set the given list as this builder's list of Reference buildersConstructors in com.yahoo.search.query.profile.config with parameters of type QueryProfilesConfig.Queryprofile.Queryprofilevariant.Reference.Builder Constructor Description Reference(QueryProfilesConfig.Queryprofile.Queryprofilevariant.Reference.Builder builder)
-