Uses of Enum Class
org.dspace.app.rest.model.HarvestTypeEnum
Packages that use HarvestTypeEnum
-
Uses of HarvestTypeEnum in org.dspace.app.rest.model
Methods in org.dspace.app.rest.model that return HarvestTypeEnumModifier and TypeMethodDescriptionstatic HarvestTypeEnumCreates an enum from the given integerstatic HarvestTypeEnumReturns the enum constant of this class with the specified name.static HarvestTypeEnum[]HarvestTypeEnum.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 HarvestTypeEnumModifier and TypeMethodDescriptionvoidHarvestedCollectionRest.setHarvestType(HarvestTypeEnum harvestType)