Uses of Enum Class
org.dspace.app.rest.model.HarvestStatusEnum
Packages that use HarvestStatusEnum
-
Uses of HarvestStatusEnum in org.dspace.app.rest.model
Methods in org.dspace.app.rest.model that return HarvestStatusEnumModifier and TypeMethodDescriptionstatic HarvestStatusEnumHarvestedCollectionRest.getHarvestStatus()static HarvestStatusEnumReturns the enum constant of this class with the specified name.static HarvestStatusEnum[]HarvestStatusEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.dspace.app.rest.model with parameters of type HarvestStatusEnumModifier and TypeMethodDescriptionvoidHarvestedCollectionRest.setHarvestStatus(HarvestStatusEnum harvestStatus)