Uses of Enum
com.microsoft.graph.models.RecurrenceRangeType
Packages that use RecurrenceRangeType
-
Uses of RecurrenceRangeType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return RecurrenceRangeTypeModifier and TypeMethodDescriptionstatic RecurrenceRangeTypeRecurrenceRange.getType()Gets the type property value.static RecurrenceRangeTypeReturns the enum constant of this type with the specified name.static RecurrenceRangeType[]RecurrenceRangeType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type RecurrenceRangeTypeModifier and TypeMethodDescriptionvoidRecurrenceRange.setType(RecurrenceRangeType value) Sets the type property value.