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