Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphDayOfWeek
-
Packages that use MicrosoftGraphDayOfWeek Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphDayOfWeek in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as MicrosoftGraphDayOfWeek Modifier and Type Field Description static MicrosoftGraphDayOfWeekMicrosoftGraphDayOfWeek. FRIDAYStatic value friday for MicrosoftGraphDayOfWeek.static MicrosoftGraphDayOfWeekMicrosoftGraphDayOfWeek. MONDAYStatic value monday for MicrosoftGraphDayOfWeek.static MicrosoftGraphDayOfWeekMicrosoftGraphDayOfWeek. SATURDAYStatic value saturday for MicrosoftGraphDayOfWeek.static MicrosoftGraphDayOfWeekMicrosoftGraphDayOfWeek. SUNDAYStatic value sunday for MicrosoftGraphDayOfWeek.static MicrosoftGraphDayOfWeekMicrosoftGraphDayOfWeek. THURSDAYStatic value thursday for MicrosoftGraphDayOfWeek.static MicrosoftGraphDayOfWeekMicrosoftGraphDayOfWeek. TUESDAYStatic value tuesday for MicrosoftGraphDayOfWeek.static MicrosoftGraphDayOfWeekMicrosoftGraphDayOfWeek. WEDNESDAYStatic value wednesday for MicrosoftGraphDayOfWeek.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphDayOfWeek Modifier and Type Method Description MicrosoftGraphDayOfWeekMicrosoftGraphRecurrencePattern. firstDayOfWeek()Get the firstDayOfWeek property: The firstDayOfWeek property.static MicrosoftGraphDayOfWeekMicrosoftGraphDayOfWeek. fromString(String name)Creates or finds a MicrosoftGraphDayOfWeek from its string representation.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphDayOfWeek Modifier and Type Method Description List<MicrosoftGraphDayOfWeek>MicrosoftGraphRecurrencePattern. daysOfWeek()Get the daysOfWeek property: A collection of the days of the week on which the event occurs.List<MicrosoftGraphDayOfWeek>MicrosoftGraphWorkingHours. daysOfWeek()Get the daysOfWeek property: The days of the week on which the user works.static Collection<MicrosoftGraphDayOfWeek>MicrosoftGraphDayOfWeek. values()Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphDayOfWeek Modifier and Type Method Description MicrosoftGraphRecurrencePatternMicrosoftGraphRecurrencePattern. withFirstDayOfWeek(MicrosoftGraphDayOfWeek firstDayOfWeek)Set the firstDayOfWeek property: The firstDayOfWeek property.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphDayOfWeek Modifier and Type Method Description MicrosoftGraphRecurrencePatternMicrosoftGraphRecurrencePattern. withDaysOfWeek(List<MicrosoftGraphDayOfWeek> daysOfWeek)Set the daysOfWeek property: A collection of the days of the week on which the event occurs.MicrosoftGraphWorkingHoursMicrosoftGraphWorkingHours. withDaysOfWeek(List<MicrosoftGraphDayOfWeek> daysOfWeek)Set the daysOfWeek property: The days of the week on which the user works.
-