MicrosoftGraphRecurrencePattern |
MicrosoftGraphPatternedRecurrence.pattern() |
Get the pattern property: recurrencePattern.
|
MicrosoftGraphRecurrencePattern |
MicrosoftGraphRecurrencePattern.withAdditionalProperties(Map<String,Object> additionalProperties) |
Set the additionalProperties property: recurrencePattern.
|
MicrosoftGraphRecurrencePattern |
MicrosoftGraphRecurrencePattern.withDayOfMonth(Integer dayOfMonth) |
Set the dayOfMonth property: The day of the month on which the event occurs.
|
MicrosoftGraphRecurrencePattern |
MicrosoftGraphRecurrencePattern.withDaysOfWeek(List<MicrosoftGraphDayOfWeek> daysOfWeek) |
Set the daysOfWeek property: A collection of the days of the week on which the event occurs.
|
MicrosoftGraphRecurrencePattern |
MicrosoftGraphRecurrencePattern.withFirstDayOfWeek(MicrosoftGraphDayOfWeek firstDayOfWeek) |
Set the firstDayOfWeek property: The firstDayOfWeek property.
|
MicrosoftGraphRecurrencePattern |
MicrosoftGraphRecurrencePattern.withIndex(MicrosoftGraphWeekIndex index) |
Set the index property: The index property.
|
MicrosoftGraphRecurrencePattern |
MicrosoftGraphRecurrencePattern.withInterval(Integer interval) |
Set the interval property: The number of units between occurrences, where units can be in days, weeks, months, or
years, depending on the type.
|
MicrosoftGraphRecurrencePattern |
MicrosoftGraphRecurrencePattern.withMonth(Integer month) |
Set the month property: The month in which the event occurs.
|
MicrosoftGraphRecurrencePattern |
MicrosoftGraphRecurrencePattern.withType(MicrosoftGraphRecurrencePatternType type) |
Set the type property: The type property.
|