Uses of Class
odata.msgraph.client.beta.enums.RecurrencePatternType
-
Packages that use RecurrencePatternType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of RecurrencePatternType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as RecurrencePatternType Modifier and Type Field Description protected RecurrencePatternTypeRecurrencePattern. typeMethods in odata.msgraph.client.beta.complex that return types with arguments of type RecurrencePatternType Modifier and Type Method Description Optional<RecurrencePatternType>RecurrencePattern. getType()Methods in odata.msgraph.client.beta.complex with parameters of type RecurrencePatternType Modifier and Type Method Description RecurrencePattern.BuilderRecurrencePattern.Builder. type(RecurrencePatternType type)RecurrencePatternRecurrencePattern. withType(RecurrencePatternType type) -
Uses of RecurrencePatternType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return RecurrencePatternType Modifier and Type Method Description static RecurrencePatternTypeRecurrencePatternType. valueOf(String name)Returns 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.
-