Uses of Class
com.oracle.bmc.wlms.model.BackupContentType
-
Packages that use BackupContentType Package Description com.oracle.bmc.wlms.model -
-
Uses of BackupContentType in com.oracle.bmc.wlms.model
Methods in com.oracle.bmc.wlms.model that return BackupContentType Modifier and Type Method Description static BackupContentTypeBackupContentType. create(String key)BackupContentTypeBackup. getContentType()The type of content of the backup.BackupContentTypeBackupSummary. getContentType()The type of content of the backup.BackupContentTypeBackupToRestore. getContentType()The type of content of the backup.static BackupContentTypeBackupContentType. valueOf(String name)Returns the enum constant of this type with the specified name.static BackupContentType[]BackupContentType. 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 BackupContentType Modifier and Type Method Description Backup.BuilderBackup.Builder. contentType(BackupContentType contentType)The type of content of the backup.BackupSummary.BuilderBackupSummary.Builder. contentType(BackupContentType contentType)The type of content of the backup.BackupToRestore.BuilderBackupToRestore.Builder. contentType(BackupContentType contentType)The type of content of the backup.Constructors in com.oracle.bmc.wlms.model with parameters of type BackupContentType 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.BackupToRestore(String id, BackupContentType contentType)Deprecated.
-