Uses of Class
org.gbif.api.model.collections.lookup.Match.Status
-
Packages that use Match.Status Package Description org.gbif.api.model.collections.lookup -
-
Uses of Match.Status in org.gbif.api.model.collections.lookup
Methods in org.gbif.api.model.collections.lookup that return Match.Status Modifier and Type Method Description Match.Status
Match. getStatus()
static Match.Status
Match.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static Match.Status[]
Match.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.lookup with parameters of type Match.Status Modifier and Type Method Description static <T extends EntityMatched>
Match<T>Match. none(Match.Status status)
void
Match. setStatus(Match.Status status)
-