Uses of Class
com.oracle.bmc.cloudmigrations.model.MigrationAsset.Notifications
-
Packages that use MigrationAsset.Notifications Package Description com.oracle.bmc.cloudmigrations.model -
-
Uses of MigrationAsset.Notifications in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return MigrationAsset.Notifications Modifier and Type Method Description static MigrationAsset.Notifications
MigrationAsset.Notifications. create(String key)
static MigrationAsset.Notifications
MigrationAsset.Notifications. valueOf(String name)
Returns the enum constant of this type with the specified name.static MigrationAsset.Notifications[]
MigrationAsset.Notifications. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.cloudmigrations.model that return types with arguments of type MigrationAsset.Notifications Modifier and Type Method Description List<MigrationAsset.Notifications>
MigrationAsset. getNotifications()
List of notificationsMethod parameters in com.oracle.bmc.cloudmigrations.model with type arguments of type MigrationAsset.Notifications Modifier and Type Method Description MigrationAsset.Builder
MigrationAsset.Builder. notifications(List<MigrationAsset.Notifications> notifications)
List of notificationsConstructor parameters in com.oracle.bmc.cloudmigrations.model with type arguments of type MigrationAsset.Notifications Constructor Description MigrationAsset(String id, String type, String displayName, String compartmentId, MigrationAsset.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, String migrationId, Map<String,HydratedVolume> snapshots, String parentSnapshot, Map<String,Object> sourceAssetData, List<MigrationAsset.Notifications> notifications, String sourceAssetId, String replicationScheduleId, String availabilityDomain, String replicationCompartmentId, String tenancyId, String snapShotBucketName, List<String> dependedOnBy, List<String> dependsOn)
Deprecated.
-