Class RecurrencePattern

  • All Implemented Interfaces:
    com.github.davidmoten.odata.client.ODataType

    public class RecurrencePattern
    extends Object
    implements com.github.davidmoten.odata.client.ODataType
    • Field Detail

      • contextPath

        protected com.github.davidmoten.odata.client.ContextPath contextPath
      • unmappedFields

        protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
      • odataType

        protected String odataType
      • dayOfMonth

        protected Integer dayOfMonth
      • daysOfWeekNextLink

        protected String daysOfWeekNextLink
      • firstDayOfWeek

        protected DayOfWeek firstDayOfWeek
      • interval

        protected Integer interval
    • Constructor Detail

      • RecurrencePattern

        protected RecurrencePattern()