public static enum ScheduleForCreateLensTaskInput.PeriodUnitEnum extends Enum<ScheduleForCreateLensTaskInput.PeriodUnitEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
ScheduleForCreateLensTaskInput.PeriodUnitEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static ScheduleForCreateLensTaskInput.PeriodUnitEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static ScheduleForCreateLensTaskInput.PeriodUnitEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScheduleForCreateLensTaskInput.PeriodUnitEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="Hour") public static final ScheduleForCreateLensTaskInput.PeriodUnitEnum HOUR
@SerializedName(value="Day") public static final ScheduleForCreateLensTaskInput.PeriodUnitEnum DAY
@SerializedName(value="Week") public static final ScheduleForCreateLensTaskInput.PeriodUnitEnum WEEK
@SerializedName(value="Month") public static final ScheduleForCreateLensTaskInput.PeriodUnitEnum MONTH
public static ScheduleForCreateLensTaskInput.PeriodUnitEnum[] values()
for (ScheduleForCreateLensTaskInput.PeriodUnitEnum c : ScheduleForCreateLensTaskInput.PeriodUnitEnum.values()) System.out.println(c);
public static ScheduleForCreateLensTaskInput.PeriodUnitEnum 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 String getValue()
public String toString()
toString in class Enum<ScheduleForCreateLensTaskInput.PeriodUnitEnum>public static ScheduleForCreateLensTaskInput.PeriodUnitEnum fromValue(String input)
Copyright © 2026. All rights reserved.