Package | Description |
---|---|
org.gbif.api.model.collections | |
org.gbif.api.model.collections.request | |
org.gbif.api.vocabulary.collections |
Modifier and Type | Method and Description |
---|---|
List<PreservationType> |
Collection.getPreservationTypes()
Types of preservation mechanisms used for this collections.
|
Modifier and Type | Method and Description |
---|---|
void |
Collection.setPreservationTypes(List<PreservationType> preservationTypes) |
Modifier and Type | Method and Description |
---|---|
List<PreservationType> |
CollectionSearchRequest.getPreservationTypes() |
Modifier and Type | Method and Description |
---|---|
CollectionSearchRequest.Builder |
CollectionSearchRequest.Builder.preservationTypes(List<PreservationType> preservationTypes) |
void |
CollectionSearchRequest.setPreservationTypes(List<PreservationType> preservationTypes) |
Modifier and Type | Method and Description |
---|---|
static PreservationType |
PreservationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PreservationType[] |
PreservationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.