Uses of Class
org.gbif.api.model.registry.metasync.MetasyncResult
-
Packages that use MetasyncResult Package Description org.gbif.api.model.registry.metasync -
-
Uses of MetasyncResult in org.gbif.api.model.registry.metasync
Methods in org.gbif.api.model.registry.metasync that return MetasyncResult Modifier and Type Method Description MetasyncResult
MetasyncHistory. getResult()
Result of the metasync operation.static MetasyncResult
MetasyncResult. valueOf(String name)
Returns the enum constant of this type with the specified name.static MetasyncResult[]
MetasyncResult. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gbif.api.model.registry.metasync with parameters of type MetasyncResult Modifier and Type Method Description void
MetasyncHistory. setResult(MetasyncResult result)
-