Class ScheduleType


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

      • CRON

        public static final ScheduleType CRON
        Static value Cron for ScheduleType.
      • RECURRENCE

        public static final ScheduleType RECURRENCE
        Static value Recurrence for ScheduleType.
    • Constructor Detail

      • ScheduleType

        public ScheduleType()
    • Method Detail

      • fromString

        public static ScheduleType fromString​(String name)
        Creates or finds a ScheduleType from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding ScheduleType.
      • values

        public static Collection<ScheduleType> values()
        Gets known ScheduleType values.
        Returns:
        known ScheduleType values.