Uses of Class
odata.msgraph.client.complex.WorkingHours
-
Packages that use WorkingHours Package Description odata.msgraph.client.complex -
-
Uses of WorkingHours in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as WorkingHours Modifier and Type Field Description protected WorkingHoursMailboxSettings. workingHoursprotected WorkingHoursScheduleInformation. workingHoursMethods in odata.msgraph.client.complex that return WorkingHours Modifier and Type Method Description WorkingHoursWorkingHours.Builder. build()WorkingHoursWorkingHours. withEndTime(LocalTime endTime)WorkingHoursWorkingHours. withStartTime(LocalTime startTime)WorkingHoursWorkingHours. withTimeZone(TimeZoneBase timeZone)WorkingHoursWorkingHours. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type WorkingHours Modifier and Type Method Description Optional<WorkingHours>MailboxSettings. getWorkingHours()Optional<WorkingHours>ScheduleInformation. getWorkingHours()Methods in odata.msgraph.client.complex with parameters of type WorkingHours Modifier and Type Method Description MailboxSettingsMailboxSettings. withWorkingHours(WorkingHours workingHours)ScheduleInformationScheduleInformation. withWorkingHours(WorkingHours workingHours)MailboxSettings.BuilderMailboxSettings.Builder. workingHours(WorkingHours workingHours)ScheduleInformation.BuilderScheduleInformation.Builder. workingHours(WorkingHours workingHours)
-