ScheduleEnableStatus Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. devcenter. models. ScheduleEnableStatus
- com.
- com.
public final class ScheduleEnableStatus
extends ExpandableStringEnum<ScheduleEnableStatus>
Schedule enable or disable status. Indicates whether the schedule applied to is either enabled or disabled.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Schedule |
DISABLED
Static value Disabled for Schedule |
|
static final
Schedule |
ENABLED
Static value Enabled for Schedule |
Constructor Summary
| Constructor | Description |
|---|---|
| ScheduleEnableStatus() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Schedule |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Schedule |
fromString(String name)
Creates or finds a Schedule |
|
static
Collection<Schedule |
values()
Gets known Schedule |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DISABLED
public static final ScheduleEnableStatus DISABLED
Static value Disabled for ScheduleEnableStatus.
ENABLED
public static final ScheduleEnableStatus ENABLED
Static value Enabled for ScheduleEnableStatus.
Constructor Details
ScheduleEnableStatus
@Deprecated
public ScheduleEnableStatus()
Deprecated
Creates a new instance of ScheduleEnableStatus value.
Method Details
fromString
public static ScheduleEnableStatus fromString(String name)
Creates or finds a ScheduleEnableStatus from its string representation.
Parameters:
Returns:
values
public static Collection<ScheduleEnableStatus> values()
Gets known ScheduleEnableStatus values.
Returns: