public static enum UpdateBackupScheduleDetails.FrequencyBackupScheduled extends Enum<UpdateBackupScheduleDetails.FrequencyBackupScheduled> implements BmcEnum
The frequency of the deployment backup schedule. Frequency can be DAILY, WEEKLY or MONTHLY.
Modifier and Type | Method and Description |
---|---|
static UpdateBackupScheduleDetails.FrequencyBackupScheduled |
create(String key) |
String |
getValue() |
static UpdateBackupScheduleDetails.FrequencyBackupScheduled |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateBackupScheduleDetails.FrequencyBackupScheduled[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdateBackupScheduleDetails.FrequencyBackupScheduled Daily
public static final UpdateBackupScheduleDetails.FrequencyBackupScheduled Weekly
public static final UpdateBackupScheduleDetails.FrequencyBackupScheduled Monthly
public static UpdateBackupScheduleDetails.FrequencyBackupScheduled[] values()
for (UpdateBackupScheduleDetails.FrequencyBackupScheduled c : UpdateBackupScheduleDetails.FrequencyBackupScheduled.values()) System.out.println(c);
public static UpdateBackupScheduleDetails.FrequencyBackupScheduled 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 UpdateBackupScheduleDetails.FrequencyBackupScheduled create(String key)
Copyright © 2016–2025. All rights reserved.