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.Builder
Author. builder()
Start creating a newauthor
.Author.Builder
Author.Builder. email(String email)
Set theemail
.Author.Builder
Author.Builder. name(String name)
Set thename
.Author.Builder
Author.Builder. organisation(String organisation)
Set theorganisation
.
-