Uses of Class
odata.msgraph.client.beta.complex.ScheduleInformation
-
Packages that use ScheduleInformation Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of ScheduleInformation in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return ScheduleInformation Modifier and Type Method Description ScheduleInformationScheduleInformation.Builder. build()ScheduleInformationScheduleInformation. withAvailabilityView(String availabilityView)ScheduleInformationScheduleInformation. withError(FreeBusyError error)ScheduleInformationScheduleInformation. withScheduleId(String scheduleId)ScheduleInformationScheduleInformation. withUnmappedField(String name, String value)ScheduleInformationScheduleInformation. withWorkingHours(WorkingHours workingHours) -
Uses of ScheduleInformation in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return types with arguments of type ScheduleInformation Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<ScheduleInformation>Calendar. getSchedule(List<String> schedules, DateTimeTimeZone endTime, DateTimeTimeZone startTime, Integer availabilityViewInterval) -
Uses of ScheduleInformation in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type ScheduleInformation Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<ScheduleInformation>CalendarRequest. getSchedule(List<String> schedules, DateTimeTimeZone endTime, DateTimeTimeZone startTime, Integer availabilityViewInterval)
-