Uses of Class
org.dspace.app.rest.model.HarvestStatusEnum
-
Packages that use HarvestStatusEnum Package Description org.dspace.app.rest.model -
-
Uses of HarvestStatusEnum in org.dspace.app.rest.model
Methods in org.dspace.app.rest.model that return HarvestStatusEnum Modifier and Type Method Description static HarvestStatusEnumHarvestStatusEnum. fromInt(Integer harvestStatus)HarvestStatusEnumHarvestedCollectionRest. getHarvestStatus()static HarvestStatusEnumHarvestStatusEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static HarvestStatusEnum[]HarvestStatusEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dspace.app.rest.model with parameters of type HarvestStatusEnum Modifier and Type Method Description voidHarvestedCollectionRest. setHarvestStatus(HarvestStatusEnum harvestStatus)
-