Uses of Class
org.gbif.api.vocabulary.Habitat
-
Packages that use Habitat Package Description org.gbif.api.model.checklistbank.search org.gbif.api.vocabulary -
-
Uses of Habitat in org.gbif.api.model.checklistbank.search
Methods in org.gbif.api.model.checklistbank.search that return types with arguments of type Habitat Modifier and Type Method Description List<Habitat>
NameUsageSearchResult. getHabitats()
Methods in org.gbif.api.model.checklistbank.search with parameters of type Habitat Modifier and Type Method Description void
NameUsageSearchRequest. addHabitatFilter(Habitat habitat)
Method parameters in org.gbif.api.model.checklistbank.search with type arguments of type Habitat Modifier and Type Method Description void
NameUsageSearchResult. setHabitats(List<Habitat> habitats)
-
Uses of Habitat in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return Habitat Modifier and Type Method Description static Habitat
Habitat. valueOf(String name)
Returns the enum constant of this type with the specified name.static Habitat[]
Habitat. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-