public static final class CalendarResponse.Recurrence
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CalendarResponse.Recurrence.CalendarType |
static class |
CalendarResponse.Recurrence.DayOfWeek |
static class |
CalendarResponse.Recurrence.Type |
Modifier and Type | Field and Description |
---|---|
CalendarResponse.Recurrence.CalendarType |
calendarType |
java.lang.Integer |
dayOfMonth |
CalendarResponse.Recurrence.DayOfWeek |
dayOfWeek |
CalendarResponse.FirstDayOfWeek |
firstDayOfWeek |
java.lang.Integer |
interval |
java.lang.Boolean |
isLeapMonth |
java.lang.Integer |
monthOfYear |
java.lang.Integer |
occurrences |
CalendarResponse.Recurrence.Type |
type |
java.util.Date |
until |
java.lang.Integer |
weekOfMonth |
Constructor and Description |
---|
Recurrence() |
public CalendarResponse.Recurrence.Type type
public java.lang.Integer occurrences
public java.lang.Integer interval
public java.lang.Integer weekOfMonth
public CalendarResponse.Recurrence.DayOfWeek dayOfWeek
public java.lang.Integer monthOfYear
public java.util.Date until
public java.lang.Integer dayOfMonth
public CalendarResponse.Recurrence.CalendarType calendarType
public java.lang.Boolean isLeapMonth
public CalendarResponse.FirstDayOfWeek firstDayOfWeek
Copyright © 2021. All Rights Reserved.