Class ScheduleDay
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ScheduleDay>
com.azure.resourcemanager.automation.models.ScheduleDay
Day of the occurrence. Must be one of monday, tuesday, wednesday, thursday, friday, saturday, sunday.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ScheduleDay
Static value Friday for ScheduleDay.static final ScheduleDay
Static value Monday for ScheduleDay.static final ScheduleDay
Static value Saturday for ScheduleDay.static final ScheduleDay
Static value Sunday for ScheduleDay.static final ScheduleDay
Static value Thursday for ScheduleDay.static final ScheduleDay
Static value Tuesday for ScheduleDay.static final ScheduleDay
Static value Wednesday for ScheduleDay. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ScheduleDay
fromString
(String name) Creates or finds a ScheduleDay from its string representation.static Collection<ScheduleDay>
values()
Gets known ScheduleDay values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
MONDAY
Static value Monday for ScheduleDay. -
TUESDAY
Static value Tuesday for ScheduleDay. -
WEDNESDAY
Static value Wednesday for ScheduleDay. -
THURSDAY
Static value Thursday for ScheduleDay. -
FRIDAY
Static value Friday for ScheduleDay. -
SATURDAY
Static value Saturday for ScheduleDay. -
SUNDAY
Static value Sunday for ScheduleDay.
-
-
Constructor Details
-
ScheduleDay
public ScheduleDay()
-
-
Method Details
-
fromString
Creates or finds a ScheduleDay from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding ScheduleDay.
-
values
Gets known ScheduleDay values.- Returns:
- known ScheduleDay values.
-