Uses of Class
com.yahoo.document.config.DocumenttypesConfig.Doctype.Structtype.Builder
Packages that use DocumenttypesConfig.Doctype.Structtype.Builder
-
Uses of DocumenttypesConfig.Doctype.Structtype.Builder in com.yahoo.document.config
Fields in com.yahoo.document.config with type parameters of type DocumenttypesConfig.Doctype.Structtype.BuilderMethods in com.yahoo.document.config that return DocumenttypesConfig.Doctype.Structtype.BuilderModifier and TypeMethodDescriptionDocumenttypesConfig.Doctype.Structtype.Builder.field(DocumenttypesConfig.Doctype.Structtype.Field.Builder __builder) Add the given builder to this builder's list of Field buildersDocumenttypesConfig.Doctype.Structtype.Builder.field(Consumer<DocumenttypesConfig.Doctype.Structtype.Field.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listDocumenttypesConfig.Doctype.Structtype.Builder.field(List<DocumenttypesConfig.Doctype.Structtype.Field.Builder> __builders) Set the given list as this builder's list of Field buildersDocumenttypesConfig.Doctype.Structtype.Builder.idx(int __value) DocumenttypesConfig.Doctype.Structtype.Builder.inherits(DocumenttypesConfig.Doctype.Structtype.Inherits.Builder __builder) Add the given builder to this builder's list of Inherits buildersDocumenttypesConfig.Doctype.Structtype.Builder.inherits(Consumer<DocumenttypesConfig.Doctype.Structtype.Inherits.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listDocumenttypesConfig.Doctype.Structtype.Builder.inherits(List<DocumenttypesConfig.Doctype.Structtype.Inherits.Builder> __builders) Set the given list as this builder's list of Inherits buildersDocumenttypesConfig.Doctype.Structtype.Builder.internalid(int __value) Methods in com.yahoo.document.config with parameters of type DocumenttypesConfig.Doctype.Structtype.BuilderModifier and TypeMethodDescriptionDocumenttypesConfig.Doctype.Builder.structtype(DocumenttypesConfig.Doctype.Structtype.Builder __builder) Add the given builder to this builder's list of Structtype buildersMethod parameters in com.yahoo.document.config with type arguments of type DocumenttypesConfig.Doctype.Structtype.BuilderModifier and TypeMethodDescriptionDocumenttypesConfig.Doctype.Builder.structtype(Consumer<DocumenttypesConfig.Doctype.Structtype.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listDocumenttypesConfig.Doctype.Builder.structtype(List<DocumenttypesConfig.Doctype.Structtype.Builder> __builders) Set the given list as this builder's list of Structtype buildersConstructors in com.yahoo.document.config with parameters of type DocumenttypesConfig.Doctype.Structtype.Builder