Uses of Enum Class
dev.le_app.mcss_api_java.BackupCompressionType
Packages that use BackupCompressionType
-
Uses of BackupCompressionType in dev.le_app.mcss_api_java
Methods in dev.le_app.mcss_api_java that return BackupCompressionTypeModifier and TypeMethodDescriptionstatic BackupCompressionTypeBackupCompressionType.findByVal(int abbr) Gets the compression type from the value.Backup.getCompressionType()Gets the compression type of the backupstatic BackupCompressionTypeReturns the enum constant of this class with the specified name.static BackupCompressionType[]BackupCompressionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.le_app.mcss_api_java with parameters of type BackupCompressionTypeModifier and TypeMethodDescriptionvoidBackup.setCompressionType(BackupCompressionType compressionType) Sets the compression type of the backup