@Generated(value="OracleSDKGenerator", comments="API Version: 20180828") public enum MaintenanceNotificationType extends Enum<MaintenanceNotificationType> implements BmcEnum
Maintenance Notification Type
Enum Constant and Description |
---|
RescheduledMaintenance |
ScheduledMaintenanceCompleted |
ScheduledMaintenanceReminder |
ScheduledMaintenanceWithoutReleaseNotes |
ScheduledMaintenanceWithReleaseNotes |
Modifier and Type | Method and Description |
---|---|
static MaintenanceNotificationType |
create(String key) |
String |
getValue() |
static MaintenanceNotificationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaintenanceNotificationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MaintenanceNotificationType ScheduledMaintenanceWithReleaseNotes
public static final MaintenanceNotificationType ScheduledMaintenanceWithoutReleaseNotes
public static final MaintenanceNotificationType RescheduledMaintenance
public static final MaintenanceNotificationType ScheduledMaintenanceReminder
public static final MaintenanceNotificationType ScheduledMaintenanceCompleted
public static MaintenanceNotificationType[] values()
for (MaintenanceNotificationType c : MaintenanceNotificationType.values()) System.out.println(c);
public static MaintenanceNotificationType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static MaintenanceNotificationType create(String key)
Copyright © 2016–2025. All rights reserved.