public class MapiCalendarYearlyAndMonthlyRecurrencePatternDto extends MapiCalendarRecurrencePatternDto
Constructor and Description |
---|
MapiCalendarYearlyAndMonthlyRecurrencePatternDto() |
MapiCalendarYearlyAndMonthlyRecurrencePatternDto(String calendarType,
List<Date> deletedInstanceDates,
Date endDate,
String endType,
List<MapiCalendarExceptionInfoDto> exceptions,
String frequency,
List<Date> modifiedInstanceDates,
Long occurrenceCount,
String patternType,
Long period,
Boolean slidingFlag,
Date startDate,
String weekStartDay,
String discriminator,
Integer day,
List<String> dayOfWeek,
String position)
Initializes a new instance of the MapiCalendarYearlyAndMonthlyRecurrencePatternDto
|
Modifier and Type | Method and Description |
---|---|
MapiCalendarYearlyAndMonthlyRecurrencePatternDto |
addDayOfWeekItem(String dayOfWeekItem)
Add an item to dayOfWeek and return this.
|
MapiCalendarYearlyAndMonthlyRecurrencePatternDto |
day(Integer day)
Set day and return this.
|
MapiCalendarYearlyAndMonthlyRecurrencePatternDto |
dayOfWeek(List<String> dayOfWeek)
Set dayOfWeek and return this.
|
boolean |
equals(Object o) |
Integer |
getDay()
Day of the month on which the recurrence falls.
|
List<String> |
getDayOfWeek()
Days of week at which the event occurs.
|
String |
getPosition()
Day positions, typically found in a month.
|
int |
hashCode() |
MapiCalendarYearlyAndMonthlyRecurrencePatternDto |
position(String position)
Set position and return this.
|
void |
setDay(Integer day)
Set day.
|
void |
setDayOfWeek(List<String> dayOfWeek)
Set dayOfWeek.
|
void |
setPosition(String position)
Set position.
|
String |
toString() |
addDeletedInstanceDatesItem, addExceptionsItem, addModifiedInstanceDatesItem, calendarType, deletedInstanceDates, endDate, endType, exceptions, frequency, getCalendarType, getDeletedInstanceDates, getDiscriminator, getEndDate, getEndType, getExceptions, getFrequency, getModifiedInstanceDates, getOccurrenceCount, getPatternType, getPeriod, getStartDate, getWeekStartDay, isSlidingFlag, modifiedInstanceDates, occurrenceCount, patternType, period, setCalendarType, setDeletedInstanceDates, setDiscriminator, setEndDate, setEndType, setExceptions, setFrequency, setModifiedInstanceDates, setOccurrenceCount, setPatternType, setPeriod, setSlidingFlag, setStartDate, setWeekStartDay, slidingFlag, startDate, weekStartDay
public MapiCalendarYearlyAndMonthlyRecurrencePatternDto()
public MapiCalendarYearlyAndMonthlyRecurrencePatternDto(String calendarType, List<Date> deletedInstanceDates, Date endDate, String endType, List<MapiCalendarExceptionInfoDto> exceptions, String frequency, List<Date> modifiedInstanceDates, Long occurrenceCount, String patternType, Long period, Boolean slidingFlag, Date startDate, String weekStartDay, String discriminator, Integer day, List<String> dayOfWeek, String position)
calendarType
- Enumerated the calendar type of the mapi recurrence Enum, available values: Default, CalGregorian, CalGregorianUs, CalJapan, CalTaiwan, CalKorea, CalHijri, CalThai, CalHebrew, CalGregorianMeFrench, CalGregorianArabic, CalGregorianXLitEnglish, CalGregorianXLitFrench, CalLunarJapanese, CalChineseLunar, CalSaka, CalLunarEtoChn, CalLunarEtoKor, CalLunarRokuyou, CalLunarKorean, CalUmAlQuradeletedInstanceDates
- An array of dates, each of which is the original instance date of either a deleted instance or a modified instance for this recurrence.endDate
- End date of an item recurrence pattern.endType
- Enumerates the ending type for the recurrence. Enum, available values: None, EndAfterDate, EndAfterNOccurrences, NeverEndexceptions
- An exception specifies changes to an instance of a recurring series.frequency
- Enumerates mapi calendar recurrence frequency Enum, available values: None, Daily, Weekly, Monthly, YearlymodifiedInstanceDates
- An array of dates, each of which is the date of a modified instance.occurrenceCount
- Number of occurrences in a recurrence.patternType
- Enumerates the mapi calendar recurrence pattern types Enum, available values: Day, Week, Month, MonthEnd, MonthNth, HjMonth, HjMonthNth, HjMonthEndperiod
- Interval at which the meeting pattern repeats.slidingFlag
- Defines whether pattern is sliding or not.startDate
- Start date of an item recurrence pattern.weekStartDay
- Day of week. Enum, available values: Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturdaydiscriminator
- day
- Day of the month on which the recurrence falls.dayOfWeek
- Days of week at which the event occurs. Items: Enumerates the days of week of the mapi calendar recurrence pattern Enum, available values: Saturday, Friday, Thursday, Wednesday, Tuesday, Monday, Sundayposition
- Day positions, typically found in a month. Enum, available values: None, First, Second, Third, Fourth, Lastpublic MapiCalendarYearlyAndMonthlyRecurrencePatternDto day(Integer day)
day
- Day of the month on which the recurrence falls.public Integer getDay()
public void setDay(Integer day)
day
- Day of the month on which the recurrence falls.public MapiCalendarYearlyAndMonthlyRecurrencePatternDto dayOfWeek(List<String> dayOfWeek)
dayOfWeek
- Days of week at which the event occurs. Items: Enumerates the days of week of the mapi calendar recurrence pattern Enum, available values: Saturday, Friday, Thursday, Wednesday, Tuesday, Monday, Sundaypublic MapiCalendarYearlyAndMonthlyRecurrencePatternDto addDayOfWeekItem(String dayOfWeekItem)
dayOfWeekItem
- An item of: Days of week at which the event occurs.public List<String> getDayOfWeek()
public void setDayOfWeek(List<String> dayOfWeek)
dayOfWeek
- Days of week at which the event occurs. Items: Enumerates the days of week of the mapi calendar recurrence pattern Enum, available values: Saturday, Friday, Thursday, Wednesday, Tuesday, Monday, Sundaypublic MapiCalendarYearlyAndMonthlyRecurrencePatternDto position(String position)
position
- Day positions, typically found in a month. Enum, available values: None, First, Second, Third, Fourth, Lastpublic String getPosition()
public void setPosition(String position)
position
- Day positions, typically found in a month. Enum, available values: None, First, Second, Third, Fourth, Lastpublic boolean equals(Object o)
equals
in class MapiCalendarRecurrencePatternDto
public int hashCode()
hashCode
in class MapiCalendarRecurrencePatternDto
public String toString()
toString
in class MapiCalendarRecurrencePatternDto
Copyright © 2020. All rights reserved.