Uses of Class
odata.msgraph.client.enums.WeekIndex
-
Packages that use WeekIndex Package Description odata.msgraph.client.complex odata.msgraph.client.enums -
-
Uses of WeekIndex in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as WeekIndex Modifier and Type Field Description protected WeekIndexRecurrencePattern. indexMethods in odata.msgraph.client.complex that return types with arguments of type WeekIndex Modifier and Type Method Description Optional<WeekIndex>RecurrencePattern. getIndex()Methods in odata.msgraph.client.complex with parameters of type WeekIndex Modifier and Type Method Description RecurrencePattern.BuilderRecurrencePattern.Builder. index(WeekIndex index)RecurrencePatternRecurrencePattern. withIndex(WeekIndex index) -
Uses of WeekIndex in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return WeekIndex Modifier and Type Method Description static WeekIndexWeekIndex. valueOf(String name)Returns the enum constant of this type with the specified name.static WeekIndex[]WeekIndex. values()Returns an array containing the constants of this enum type, in the order they are declared.
-