Uses of Class
org.gbif.api.model.registry.Comment
-
Packages that use Comment Package Description org.gbif.api.model.collections org.gbif.api.model.registry org.gbif.api.service.registry -
-
Uses of Comment in org.gbif.api.model.collections
Methods in org.gbif.api.model.collections that return types with arguments of type Comment Modifier and Type Method Description @NotNull List<Comment>Collection. getComments()List<Comment>Institution. getComments()Method parameters in org.gbif.api.model.collections with type arguments of type Comment Modifier and Type Method Description voidCollection. setComments(List<Comment> comments)voidInstitution. setComments(List<Comment> comments) -
Uses of Comment in org.gbif.api.model.registry
Methods in org.gbif.api.model.registry that return types with arguments of type Comment Modifier and Type Method Description @NotNull List<Comment>Commentable. getComments()List<Comment>Dataset. getComments()List<Comment>Installation. getComments()List<Comment>Network. getComments()List<Comment>Node. getComments()List<Comment>Organization. getComments()Methods in org.gbif.api.model.registry with parameters of type Comment Modifier and Type Method Description booleanComment. lenientEquals(Comment other)A lenient equality check ignoring server side fields.Method parameters in org.gbif.api.model.registry with type arguments of type Comment Modifier and Type Method Description voidCommentable. setComments(List<Comment> comments)voidDataset. setComments(List<Comment> comments)voidInstallation. setComments(List<Comment> comments)voidNetwork. setComments(List<Comment> comments)voidNode. setComments(List<Comment> comments)voidOrganization. setComments(List<Comment> comments) -
Uses of Comment in org.gbif.api.service.registry
Methods in org.gbif.api.service.registry that return types with arguments of type Comment Modifier and Type Method Description List<Comment>CommentService. listComments(@NotNull UUID targetEntityKey)List all comments of a target entity.Methods in org.gbif.api.service.registry with parameters of type Comment Modifier and Type Method Description intCommentService. addComment(@NotNull UUID targetEntityKey, @NotNull @Valid Comment comment)Add a new Comment to a target entity.
-