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