public static enum SnapshotSchedule.DayOfWeek extends Enum<SnapshotSchedule.DayOfWeek> implements BmcEnum
The day of the week to create a scheduled snapshot. Used for WEEKLY snapshot schedules. If not set, the system chooses a value at creation time.
Enum Constant and Description |
---|
Friday |
Monday |
Saturday |
Sunday |
Thursday |
Tuesday |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Wednesday |
Modifier and Type | Method and Description |
---|---|
static SnapshotSchedule.DayOfWeek |
create(String key) |
String |
getValue() |
static SnapshotSchedule.DayOfWeek |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnapshotSchedule.DayOfWeek[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SnapshotSchedule.DayOfWeek Monday
public static final SnapshotSchedule.DayOfWeek Tuesday
public static final SnapshotSchedule.DayOfWeek Wednesday
public static final SnapshotSchedule.DayOfWeek Thursday
public static final SnapshotSchedule.DayOfWeek Friday
public static final SnapshotSchedule.DayOfWeek Saturday
public static final SnapshotSchedule.DayOfWeek Sunday
public static final SnapshotSchedule.DayOfWeek UnknownEnumValue
public static SnapshotSchedule.DayOfWeek[] values()
for (SnapshotSchedule.DayOfWeek c : SnapshotSchedule.DayOfWeek.values()) System.out.println(c);
public static SnapshotSchedule.DayOfWeek 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 SnapshotSchedule.DayOfWeek create(String key)
Copyright © 2016–2024. All rights reserved.