Uses of Enum Class
org.gbif.api.model.common.export.ExportFormat
Packages that use ExportFormat
-
Uses of ExportFormat in org.gbif.api.model.common.export
Methods in org.gbif.api.model.common.export that return ExportFormatModifier and TypeMethodDescriptionstatic ExportFormatReturns the enum constant of this class with the specified name.static ExportFormat[]ExportFormat.values()Returns an array containing the constants of this enum class, 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 ExportFormatModifier and TypeMethodDescriptionlongDescriptorsService.createDescriptorGroup(@javax.validation.constraints.NotNull,@javax.validation.Valid byte[] descriptorsGroupFile, @NotNull ExportFormat format, @NotNull String title, String description, Set<String> tags, @NotNull UUID collectionKey) Creates a new descriptor group.intBatchService.handleBatch(byte[] entitiesFile, byte[] contactsFile, ExportFormat format) Handles a batch.voidDescriptorsService.updateDescriptorGroup(@javax.validation.constraints.NotNull long descriptorGroupKey, byte[] descriptorsGroupFile, @NotNull ExportFormat format, @NotNull String title, Set<String> tags, String description) Updates an existing descriptor group.