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