Uses of Class
org.gbif.api.model.collections.suggestions.Status
-
Packages that use Status Package Description org.gbif.api.model.collections.suggestions org.gbif.api.service.collections -
-
Uses of Status in org.gbif.api.model.collections.suggestions
Methods in org.gbif.api.model.collections.suggestions that return Status Modifier and Type Method Description Status
BaseChangeSuggestion. getStatus()
Status
ChangeSuggestion. getStatus()
static Status
Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static Status[]
Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gbif.api.model.collections.suggestions with parameters of type Status Modifier and Type Method Description void
BaseChangeSuggestion. setStatus(Status status)
void
ChangeSuggestion. setStatus(Status status)
-
Uses of Status in org.gbif.api.service.collections
Methods in org.gbif.api.service.collections with parameters of type Status Modifier and Type Method Description PagingResponse<R>
ChangeSuggestionService. list(Status status, Type type, String proposedBy, UUID entityKey, String ihIdentifier, Pageable page)
-