Uses of Class
odata.msgraph.client.complex.RecurrenceRange
-
Packages that use RecurrenceRange Package Description odata.msgraph.client.complex -
-
Uses of RecurrenceRange in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as RecurrenceRange Modifier and Type Field Description protected RecurrenceRangePatternedRecurrence. rangeMethods in odata.msgraph.client.complex that return RecurrenceRange Modifier and Type Method Description RecurrenceRangeRecurrenceRange.Builder. build()RecurrenceRangeRecurrenceRange. withEndDate(LocalDate endDate)RecurrenceRangeRecurrenceRange. withNumberOfOccurrences(Integer numberOfOccurrences)RecurrenceRangeRecurrenceRange. withRecurrenceTimeZone(String recurrenceTimeZone)RecurrenceRangeRecurrenceRange. withStartDate(LocalDate startDate)RecurrenceRangeRecurrenceRange. withType(RecurrenceRangeType type)RecurrenceRangeRecurrenceRange. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type RecurrenceRange Modifier and Type Method Description Optional<RecurrenceRange>PatternedRecurrence. getRange()Methods in odata.msgraph.client.complex with parameters of type RecurrenceRange Modifier and Type Method Description PatternedRecurrence.BuilderPatternedRecurrence.Builder. range(RecurrenceRange range)PatternedRecurrencePatternedRecurrence. withRange(RecurrenceRange range)
-