Class ScheduleTriggerTypeProperties


  • public final class ScheduleTriggerTypeProperties
    extends Object
    Schedule Trigger properties.
    • Constructor Detail

      • ScheduleTriggerTypeProperties

        public ScheduleTriggerTypeProperties()
    • Method Detail

      • recurrence

        public ScheduleTriggerRecurrence recurrence()
        Get the recurrence property: Recurrence schedule configuration.
        Returns:
        the recurrence value.
      • withRecurrence

        public ScheduleTriggerTypeProperties withRecurrence​(ScheduleTriggerRecurrence recurrence)
        Set the recurrence property: Recurrence schedule configuration.
        Parameters:
        recurrence - the recurrence value to set.
        Returns:
        the ScheduleTriggerTypeProperties object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.