Uses of Class
org.gbif.api.vocabulary.MetadataType
-
Packages that use MetadataType Package Description org.gbif.api.model.registry org.gbif.api.service.registry org.gbif.api.vocabulary -
-
Uses of MetadataType in org.gbif.api.model.registry
Methods in org.gbif.api.model.registry that return MetadataType Modifier and Type Method Description @NotNull MetadataTypeMetadata. getType()Methods in org.gbif.api.model.registry with parameters of type MetadataType Modifier and Type Method Description voidMetadata. setType(MetadataType type) -
Uses of MetadataType in org.gbif.api.service.registry
Methods in org.gbif.api.service.registry with parameters of type MetadataType Modifier and Type Method Description List<Metadata>DatasetService. listMetadata(UUID datasetKey, MetadataType type)Lists all metadata descriptions available for a dataset and optionally filters them by document type. -
Uses of MetadataType in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return MetadataType Modifier and Type Method Description static MetadataTypeMetadataType. fromString(String metadataType)static MetadataTypeMetadataType. valueOf(String name)Returns the enum constant of this type with the specified name.static MetadataType[]MetadataType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-