Uses of Interface
io.annot8.api.data.Content.Builder
-
Packages that use Content.Builder Package Description io.annot8.api.data This package contains the api data objects used by Annot8 -
-
Uses of Content.Builder in io.annot8.api.data
Methods in io.annot8.api.data that return Content.Builder Modifier and Type Method Description <C extends Content<D>,D>
Content.Builder<C,D>Item. createContent(Class<C> clazz)Create a new content builder to generate content.default Content.Builder<A,D>Content.Builder. withData(D data)Set the data for this content objectContent.Builder<A,D>Content.Builder. withData(Supplier<D> data)Set the data for this content object, accessed via a supplierContent.Builder<A,D>Content.Builder. withDescription(String description)Set the description of this content object
-