Class Schedule
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<Schedule>
-
- com.azure.resourcemanager.storage.models.Schedule
-
public final class Schedule extends com.azure.core.util.ExpandableStringEnum<Schedule>
Defines values for Schedule.
-
-
Constructor Summary
Constructors Constructor Description Schedule()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SchedulefromString(String name)Creates or finds a Schedule from its string representation.static Collection<Schedule>values()
-
-
-
Method Detail
-
fromString
public static Schedule fromString(String name)
Creates or finds a Schedule from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding Schedule.
-
values
public static Collection<Schedule> values()
- Returns:
- known Schedule values.
-
-