Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphDayOfWeek
Packages that use MicrosoftGraphDayOfWeek
Package
Description
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 MicrosoftGraphDayOfWeekModifier and TypeFieldDescriptionstatic final MicrosoftGraphDayOfWeekMicrosoftGraphDayOfWeek.FRIDAYStatic value friday for MicrosoftGraphDayOfWeek.static final MicrosoftGraphDayOfWeekMicrosoftGraphDayOfWeek.MONDAYStatic value monday for MicrosoftGraphDayOfWeek.static final MicrosoftGraphDayOfWeekMicrosoftGraphDayOfWeek.SATURDAYStatic value saturday for MicrosoftGraphDayOfWeek.static final MicrosoftGraphDayOfWeekMicrosoftGraphDayOfWeek.SUNDAYStatic value sunday for MicrosoftGraphDayOfWeek.static final MicrosoftGraphDayOfWeekMicrosoftGraphDayOfWeek.THURSDAYStatic value thursday for MicrosoftGraphDayOfWeek.static final MicrosoftGraphDayOfWeekMicrosoftGraphDayOfWeek.TUESDAYStatic value tuesday for MicrosoftGraphDayOfWeek.static final MicrosoftGraphDayOfWeekMicrosoftGraphDayOfWeek.WEDNESDAYStatic value wednesday for MicrosoftGraphDayOfWeek.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphDayOfWeekModifier and TypeMethodDescriptionMicrosoftGraphRecurrencePattern.firstDayOfWeek()Get the firstDayOfWeek property: dayOfWeek.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 MicrosoftGraphDayOfWeekModifier and TypeMethodDescriptionMicrosoftGraphRecurrencePattern.daysOfWeek()Get the daysOfWeek property: A collection of the days of the week on which the event occurs.MicrosoftGraphWorkingHours.daysOfWeek()Get the daysOfWeek property: The days of the week on which the user works.static Collection<MicrosoftGraphDayOfWeek>MicrosoftGraphDayOfWeek.values()Gets known MicrosoftGraphDayOfWeek values.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphDayOfWeekModifier and TypeMethodDescriptionMicrosoftGraphRecurrencePattern.withFirstDayOfWeek(MicrosoftGraphDayOfWeek firstDayOfWeek) Set the firstDayOfWeek property: dayOfWeek.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphDayOfWeekModifier and TypeMethodDescriptionMicrosoftGraphRecurrencePattern.withDaysOfWeek(List<MicrosoftGraphDayOfWeek> daysOfWeek) Set the daysOfWeek property: A collection of the days of the week on which the event occurs.MicrosoftGraphWorkingHours.withDaysOfWeek(List<MicrosoftGraphDayOfWeek> daysOfWeek) Set the daysOfWeek property: The days of the week on which the user works.