Uses of Class
org.gbif.api.model.registry.Comment
Packages that use Comment
Package
Description
-
Uses of Comment in org.gbif.api.model.collections
Methods in org.gbif.api.model.collections that return types with arguments of type CommentMethod parameters in org.gbif.api.model.collections with type arguments of type CommentModifier and TypeMethodDescriptionvoid
Collection.setComments
(List<Comment> comments) void
Institution.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 CommentModifier and TypeMethodDescriptionCommentable.getComments()
Dataset.getComments()
Installation.getComments()
Network.getComments()
Node.getComments()
Organization.getComments()
Methods in org.gbif.api.model.registry with parameters of type CommentModifier and TypeMethodDescriptionboolean
Comment.lenientEquals
(Comment other) A lenient equality check ignoring server side fields.Method parameters in org.gbif.api.model.registry with type arguments of type CommentModifier and TypeMethodDescriptionvoid
Commentable.setComments
(List<Comment> comments) void
Dataset.setComments
(List<Comment> comments) void
Installation.setComments
(List<Comment> comments) void
Network.setComments
(List<Comment> comments) void
Node.setComments
(List<Comment> comments) void
Organization.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 CommentModifier and TypeMethodDescriptionCommentService.listComments
(@NotNull UUID targetEntityKey) List all comments of a target entity.Methods in org.gbif.api.service.registry with parameters of type CommentModifier and TypeMethodDescriptionint
CommentService.addComment
(@NotNull UUID targetEntityKey, @NotNull @Valid Comment comment) Add a new Comment to a target entity.