All the other lists in Metadata class have a method that directly adds to that list, eg metadata.addAuthor(author) etc. the subjects list is missing the same and though there is a workaround with metadata.getSubjects().add(subject), it is not consistent.
All the other lists in Metadata class have a method that directly adds to that list, eg metadata.addAuthor(author) etc. the subjects list is missing the same and though there is a workaround with metadata.getSubjects().add(subject), it is not consistent.