Uses of Class
org.dspace.app.rest.model.HarvestTypeEnum
-
Packages that use HarvestTypeEnum Package Description org.dspace.app.rest.model -
-
Uses of HarvestTypeEnum in org.dspace.app.rest.model
Methods in org.dspace.app.rest.model that return HarvestTypeEnum Modifier and Type Method Description static HarvestTypeEnumHarvestTypeEnum. fromInt(Integer harvestType)Creates an enum from the given integerstatic HarvestTypeEnumHarvestTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static HarvestTypeEnum[]HarvestTypeEnum. 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 HarvestTypeEnum Modifier and Type Method Description voidHarvestedCollectionRest. setHarvestType(HarvestTypeEnum harvestType)
-