Uses of Enum Class
org.gbif.api.model.collections.lookup.Match.Status
Packages that use Match.Status
-
Uses of Match.Status in org.gbif.api.model.collections.lookup
Methods in org.gbif.api.model.collections.lookup that return Match.StatusModifier and TypeMethodDescriptionMatch.getStatus()
static Match.Status
Returns the enum constant of this class with the specified name.static Match.Status[]
Match.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.gbif.api.model.collections.lookup with parameters of type Match.StatusModifier and TypeMethodDescriptionstatic <T extends EntityMatched>
Match<T>Match.none
(Match.Status status) void
Match.setStatus
(Match.Status status)