Uses of Class
com.attribyte.parser.model.Author
Packages that use Author
-
Uses of Author in com.attribyte.parser.model
Fields in com.attribyte.parser.model with type parameters of type AuthorModifier and TypeFieldDescriptionfinal com.google.common.collect.ImmutableList<Author> Entry.authorsThe immutable list of authors.final com.google.common.collect.ImmutableList<Author> Resource.authorsThe immutable list of authors.Methods in com.attribyte.parser.model that return AuthorMethods in com.attribyte.parser.model that return types with arguments of type AuthorModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<Author> Entry.Builder.getAuthors()Gets an immutable list of authors.com.google.common.collect.ImmutableList<Author> Resource.Builder.getAuthors()Gets an immutable list of authors.Methods in com.attribyte.parser.model with parameters of type AuthorModifier and TypeMethodDescriptionAdds an author.Adds an author.static Author.BuilderCreates a builder populated from an existing author.Method parameters in com.attribyte.parser.model with type arguments of type AuthorModifier and TypeMethodDescriptionEntry.Builder.setAuthors(List<Author> authors) Sets the list of authors.Resource.Builder.setAuthors(List<Author> authors) Sets the list of authors.