Class Schedule


  • public final class Schedule
    extends com.azure.core.util.ExpandableStringEnum<Schedule>
    Defines values for Schedule.
    • Field Detail

      • DAILY

        public static final Schedule DAILY
        Static value Daily for Schedule.
      • WEEKLY

        public static final Schedule WEEKLY
        Static value Weekly for Schedule.
    • Constructor Detail

      • Schedule

        public Schedule()
    • 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.