Uses of Class
org.gbif.api.model.common.export.ExportFormat
-
Packages that use ExportFormat Package Description org.gbif.api.model.common.export org.gbif.api.service.collections -
-
Uses of ExportFormat in org.gbif.api.model.common.export
Methods in org.gbif.api.model.common.export that return ExportFormat Modifier and Type Method Description static ExportFormat
ExportFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExportFormat[]
ExportFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ExportFormat in org.gbif.api.service.collections
Methods in org.gbif.api.service.collections with parameters of type ExportFormat Modifier and Type Method Description long
DescriptorsService. createDescriptorGroup(@javax.validation.constraints.NotNull,@javax.validation.Valid byte[] descriptorsGroupFile, @NotNull ExportFormat format, @NotNull String title, String description, @NotNull UUID collectionKey)
Creates a new descriptor group.int
BatchService. handleBatch(byte[] entitiesFile, byte[] contactsFile, ExportFormat format)
Handles a batch.void
DescriptorsService. updateDescriptorGroup(@javax.validation.constraints.NotNull long descriptorGroupKey, @javax.validation.constraints.NotNull byte[] descriptorsGroupFile, @NotNull ExportFormat format, @NotNull String title, String description)
Updates an existing descriptor group.
-