Uses of Class
org.hansken.plugin.extraction.api.Author.Builder
-
Packages that use Author.Builder Package Description org.hansken.plugin.extraction.api This is the API of the Extraction Plugins SDK. -
-
Uses of Author.Builder in org.hansken.plugin.extraction.api
Methods in org.hansken.plugin.extraction.api that return Author.Builder Modifier and Type Method Description static Author.BuilderAuthor. builder()Start creating a newauthor.Author.BuilderAuthor.Builder. email(String email)Set theemail.Author.BuilderAuthor.Builder. name(String name)Set thename.Author.BuilderAuthor.Builder. organisation(String organisation)Set theorganisation.
-