Uses of Class
com.oracle.bmc.wlms.model.BackupType
-
Packages that use BackupType Package Description com.oracle.bmc.wlms.model -
-
Uses of BackupType in com.oracle.bmc.wlms.model
Methods in com.oracle.bmc.wlms.model that return BackupType Modifier and Type Method Description static BackupTypeBackupType. create(String key)BackupTypeBackup. getType()The type of the backup.BackupTypeBackupSummary. getType()The type of the backup.static BackupTypeBackupType. valueOf(String name)Returns the enum constant of this type with the specified name.static BackupType[]BackupType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.wlms.model with parameters of type BackupType Modifier and Type Method Description Backup.BuilderBackup.Builder. type(BackupType type)The type of the backup.BackupSummary.BuilderBackupSummary.Builder. type(BackupType type)The type of the backup.Constructors in com.oracle.bmc.wlms.model with parameters of type BackupType Constructor Description Backup(String id, BackupType type, String managedInstanceId, String backupLocation, BackupContentType contentType, Date timeCreated)Deprecated.BackupSummary(String id, BackupType type, String managedInstanceId, String backupLocation, BackupContentType contentType, Date timeCreated)Deprecated.
-