Uses of Class
org.gbif.api.vocabulary.ProcessingErrorType
-
Packages that use ProcessingErrorType Package Description org.gbif.api.model.metrics org.gbif.api.vocabulary -
-
Uses of ProcessingErrorType in org.gbif.api.model.metrics
Methods in org.gbif.api.model.metrics that return ProcessingErrorType Modifier and Type Method Description ProcessingErrorType
RecordError. getProcessingErrorType()
Deprecated.Methods in org.gbif.api.model.metrics with parameters of type ProcessingErrorType Modifier and Type Method Description RecordError.Builder
RecordError.Builder. errorType(ProcessingErrorType processingErrorType)
void
RecordError. setProcessingErrorType(ProcessingErrorType processingErrorType)
Deprecated. -
Uses of ProcessingErrorType in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return ProcessingErrorType Modifier and Type Method Description static ProcessingErrorType
ProcessingErrorType. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static ProcessingErrorType[]
ProcessingErrorType. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-