Uses of Class
org.gbif.api.model.common.DoiStatus
-
Packages that use DoiStatus Package Description org.gbif.api.model.common -
-
Uses of DoiStatus in org.gbif.api.model.common
Methods in org.gbif.api.model.common that return DoiStatus Modifier and Type Method Description static DoiStatusDoiStatus. fromString(String status)@NotNull DoiStatusDoiData. getStatus()static DoiStatusDoiStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DoiStatus[]DoiStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.gbif.api.model.common with parameters of type DoiStatus Constructor Description DoiData(DoiStatus status)DoiData(DoiStatus status, URI target)
-