Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkingHours
-
Packages that use MicrosoftGraphWorkingHours Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphWorkingHours in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphWorkingHours Modifier and Type Method Description MicrosoftGraphWorkingHoursMicrosoftGraphWorkingHours. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: workingHours.MicrosoftGraphWorkingHoursMicrosoftGraphWorkingHours. withDaysOfWeek(List<MicrosoftGraphDayOfWeek> daysOfWeek)Set the daysOfWeek property: The days of the week on which the user works.MicrosoftGraphWorkingHoursMicrosoftGraphWorkingHours. withEndTime(String endTime)Set the endTime property: The time of the day that the user stops working.MicrosoftGraphWorkingHoursMicrosoftGraphWorkingHours. withStartTime(String startTime)Set the startTime property: The time of the day that the user starts working.MicrosoftGraphWorkingHoursMicrosoftGraphWorkingHours. withTimeZone(MicrosoftGraphTimeZoneBase timeZone)Set the timeZone property: timeZoneBase.MicrosoftGraphWorkingHoursMicrosoftGraphMailboxSettings. workingHours()Get the workingHours property: workingHours.MicrosoftGraphWorkingHoursMicrosoftGraphScheduleInformation. workingHours()Get the workingHours property: workingHours.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphWorkingHours Modifier and Type Method Description MicrosoftGraphMailboxSettingsMicrosoftGraphMailboxSettings. withWorkingHours(MicrosoftGraphWorkingHours workingHours)Set the workingHours property: workingHours.MicrosoftGraphScheduleInformationMicrosoftGraphScheduleInformation. withWorkingHours(MicrosoftGraphWorkingHours workingHours)Set the workingHours property: workingHours.
-