Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkingHours
Packages that use MicrosoftGraphWorkingHours
Package
Description
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 MicrosoftGraphWorkingHoursModifier and TypeMethodDescriptionMicrosoftGraphWorkingHours.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workingHours.MicrosoftGraphWorkingHours.withDaysOfWeek(List<MicrosoftGraphDayOfWeek> daysOfWeek) Set the daysOfWeek property: The days of the week on which the user works.MicrosoftGraphWorkingHours.withEndTime(String endTime) Set the endTime property: The time of the day that the user stops working.MicrosoftGraphWorkingHours.withStartTime(String startTime) Set the startTime property: The time of the day that the user starts working.MicrosoftGraphWorkingHours.withTimeZone(MicrosoftGraphTimeZoneBase timeZone) Set the timeZone property: timeZoneBase.MicrosoftGraphMailboxSettings.workingHours()Get the workingHours property: workingHours.MicrosoftGraphScheduleInformation.workingHours()Get the workingHours property: workingHours.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphWorkingHoursModifier and TypeMethodDescriptionMicrosoftGraphMailboxSettings.withWorkingHours(MicrosoftGraphWorkingHours workingHours) Set the workingHours property: workingHours.MicrosoftGraphScheduleInformation.withWorkingHours(MicrosoftGraphWorkingHours workingHours) Set the workingHours property: workingHours.