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 MicrosoftGraphDayOfWeek
MicrosoftGraphDayOfWeek. FRIDAY
Static value friday for MicrosoftGraphDayOfWeek.static MicrosoftGraphDayOfWeek
MicrosoftGraphDayOfWeek. MONDAY
Static value monday for MicrosoftGraphDayOfWeek.static MicrosoftGraphDayOfWeek
MicrosoftGraphDayOfWeek. SATURDAY
Static value saturday for MicrosoftGraphDayOfWeek.static MicrosoftGraphDayOfWeek
MicrosoftGraphDayOfWeek. SUNDAY
Static value sunday for MicrosoftGraphDayOfWeek.static MicrosoftGraphDayOfWeek
MicrosoftGraphDayOfWeek. THURSDAY
Static value thursday for MicrosoftGraphDayOfWeek.static MicrosoftGraphDayOfWeek
MicrosoftGraphDayOfWeek. TUESDAY
Static value tuesday for MicrosoftGraphDayOfWeek.static MicrosoftGraphDayOfWeek
MicrosoftGraphDayOfWeek. WEDNESDAY
Static value wednesday for MicrosoftGraphDayOfWeek.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphDayOfWeek Modifier and Type Method Description MicrosoftGraphDayOfWeek
MicrosoftGraphRecurrencePattern. firstDayOfWeek()
Get the firstDayOfWeek property: The firstDayOfWeek property.static MicrosoftGraphDayOfWeek
MicrosoftGraphDayOfWeek. 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 MicrosoftGraphRecurrencePattern
MicrosoftGraphRecurrencePattern. 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 MicrosoftGraphRecurrencePattern
MicrosoftGraphRecurrencePattern. withDaysOfWeek(List<MicrosoftGraphDayOfWeek> daysOfWeek)
Set the daysOfWeek property: A collection of the days of the week on which the event occurs.MicrosoftGraphWorkingHours
MicrosoftGraphWorkingHours. withDaysOfWeek(List<MicrosoftGraphDayOfWeek> daysOfWeek)
Set the daysOfWeek property: The days of the week on which the user works.
-