MicrosoftGraphRecurrenceRange |
MicrosoftGraphPatternedRecurrence.range() |
Get the range property: recurrenceRange.
|
MicrosoftGraphRecurrenceRange |
MicrosoftGraphRecurrenceRange.withAdditionalProperties(Map<String,Object> additionalProperties) |
Set the additionalProperties property: recurrenceRange.
|
MicrosoftGraphRecurrenceRange |
MicrosoftGraphRecurrenceRange.withEndDate(LocalDate endDate) |
Set the endDate property: The date to stop applying the recurrence pattern.
|
MicrosoftGraphRecurrenceRange |
MicrosoftGraphRecurrenceRange.withNumberOfOccurrences(Integer numberOfOccurrences) |
Set the numberOfOccurrences property: The number of times to repeat the event.
|
MicrosoftGraphRecurrenceRange |
MicrosoftGraphRecurrenceRange.withRecurrenceTimeZone(String recurrenceTimeZone) |
Set the recurrenceTimeZone property: Time zone for the startDate and endDate properties.
|
MicrosoftGraphRecurrenceRange |
MicrosoftGraphRecurrenceRange.withStartDate(LocalDate startDate) |
Set the startDate property: The date to start applying the recurrence pattern.
|
MicrosoftGraphRecurrenceRange |
MicrosoftGraphRecurrenceRange.withType(MicrosoftGraphRecurrenceRangeType type) |
Set the type property: The type property.
|