Class RecurrenceScheduleOccurrence


  • public final class RecurrenceScheduleOccurrence
    extends Object
    The recurrence schedule occurrence.
    • Constructor Detail

      • RecurrenceScheduleOccurrence

        public RecurrenceScheduleOccurrence()
    • Method Detail

      • getDay

        public DayOfWeek getDay()
        Get the day property: The day of the week.
        Returns:
        the day value.
      • setDay

        public RecurrenceScheduleOccurrence setDay​(DayOfWeek day)
        Set the day property: The day of the week.
        Parameters:
        day - the day value to set.
        Returns:
        the RecurrenceScheduleOccurrence object itself.
      • getOccurrence

        public Integer getOccurrence()
        Get the occurrence property: The occurrence.
        Returns:
        the occurrence value.
      • setOccurrence

        public RecurrenceScheduleOccurrence setOccurrence​(Integer occurrence)
        Set the occurrence property: The occurrence.
        Parameters:
        occurrence - the occurrence value to set.
        Returns:
        the RecurrenceScheduleOccurrence object itself.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
        Get the additionalProperties property: The recurrence schedule occurrence.
        Returns:
        the additionalProperties value.
      • setAdditionalProperties

        public RecurrenceScheduleOccurrence setAdditionalProperties​(Map<String,​Object> additionalProperties)
        Set the additionalProperties property: The recurrence schedule occurrence.
        Parameters:
        additionalProperties - the additionalProperties value to set.
        Returns:
        the RecurrenceScheduleOccurrence object itself.