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 TypeMethodDescriptionvoidCollection.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 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 TypeMethodDescriptionbooleanComment.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 TypeMethodDescriptionvoidCommentable.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 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 TypeMethodDescriptionintCommentService.addComment(@NotNull UUID targetEntityKey, @NotNull @Valid Comment comment) Add a new Comment to a target entity.