Uses of Enum Class
backupmanager.schedule.BackupResult.RESULT
Packages that use BackupResult.RESULT
- 
Uses of BackupResult.RESULT in backupmanager.schedule
Methods in backupmanager.schedule that return BackupResult.RESULTModifier and TypeMethodDescriptionBackupResult.getResult()static BackupResult.RESULTReturns the enum constant of this class with the specified name.static BackupResult.RESULT[]BackupResult.RESULT.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in backupmanager.schedule with parameters of type BackupResult.RESULTConstructors in backupmanager.schedule with parameters of type BackupResult.RESULTModifierConstructorDescriptionBackupResult(Integer dbIndex, String backupSchedule, Long startTime, Long endTime, BackupResult.RESULT result, String detail)