Uses of Class
com.attribyte.parser.model.Entry
Packages that use Entry
-
Uses of Entry in com.attribyte.parser.model
Fields in com.attribyte.parser.model with type parameters of type EntryModifier and TypeFieldDescriptionfinal com.google.common.collect.ImmutableList<Entry> Resource.entriesThe immutable list of entries.Methods in com.attribyte.parser.model that return EntryMethods in com.attribyte.parser.model that return types with arguments of type EntryModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<Entry> Resource.Builder.getEntries()Gets an immutable list of entries.Methods in com.attribyte.parser.model with parameters of type EntryModifier and TypeMethodDescriptionAdds an entry.Method parameters in com.attribyte.parser.model with type arguments of type EntryModifier and TypeMethodDescriptionResource.Builder.setEntries(List<Entry> entries) Sets the list of entries.