Package | Description |
---|---|
org.gbif.api.model.collections | |
org.gbif.api.model.registry | |
org.gbif.api.service.registry |
Modifier and Type | Method and Description |
---|---|
List<Comment> |
Institution.getComments() |
Modifier and Type | Method and Description |
---|---|
void |
Institution.setComments(List<Comment> comments) |
void |
Collection.setComments(List<Comment> comments) |
Modifier and Type | Method and Description |
---|---|
List<Comment> |
Organization.getComments() |
List<Comment> |
Node.getComments() |
List<Comment> |
Network.getComments() |
List<Comment> |
Installation.getComments() |
List<Comment> |
Dataset.getComments() |
Modifier and Type | Method and Description |
---|---|
boolean |
Comment.lenientEquals(Comment other)
A lenient equality check ignoring server side fields.
|
Modifier and Type | Method and Description |
---|---|
void |
Organization.setComments(List<Comment> comments) |
void |
Node.setComments(List<Comment> comments) |
void |
Network.setComments(List<Comment> comments) |
void |
Installation.setComments(List<Comment> comments) |
void |
Dataset.setComments(List<Comment> comments) |
void |
Commentable.setComments(List<Comment> comments) |
Modifier and Type | Method and Description |
---|---|
List<Comment> |
CommentService.listComments(@NotNull UUID targetEntityKey)
List all comments of a target entity.
|
Modifier and Type | Method and Description |
---|---|
int |
CommentService.addComment(@NotNull UUID targetEntityKey,
@NotNull @Valid Comment comment)
Add a new Comment to a target entity.
|
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.