Uses of Enum
com.microsoft.graph.models.RecurrencePatternType
Packages that use RecurrencePatternType
-
Uses of RecurrencePatternType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return RecurrencePatternTypeModifier and TypeMethodDescriptionstatic RecurrencePatternTypeRecurrencePattern.getType()Gets the type property value.static RecurrencePatternTypeReturns the enum constant of this type with the specified name.static RecurrencePatternType[]RecurrencePatternType.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 RecurrencePatternTypeModifier and TypeMethodDescriptionvoidRecurrencePattern.setType(RecurrencePatternType value) Sets the type property value.