Uses of Class
org.gbif.api.model.collections.Batch.State
-
Packages that use Batch.State Package Description org.gbif.api.model.collections -
-
Uses of Batch.State in org.gbif.api.model.collections
Methods in org.gbif.api.model.collections that return Batch.State Modifier and Type Method Description static Batch.State
Batch.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Batch.State[]
Batch.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-