Uses of Class
odata.msgraph.client.complex.ScheduleItem
-
Packages that use ScheduleItem Package Description odata.msgraph.client.complex -
-
Uses of ScheduleItem in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex with type parameters of type ScheduleItem Modifier and Type Field Description protected List<ScheduleItem>ScheduleInformation. scheduleItemsMethods in odata.msgraph.client.complex that return ScheduleItem Modifier and Type Method Description ScheduleItemScheduleItem.Builder. build()ScheduleItemScheduleItem. withEnd(DateTimeTimeZone end)ScheduleItemScheduleItem. withIsPrivate(Boolean isPrivate)ScheduleItemScheduleItem. withLocation(String location)ScheduleItemScheduleItem. withStart(DateTimeTimeZone start)ScheduleItemScheduleItem. withStatus(FreeBusyStatus status)ScheduleItemScheduleItem. withSubject(String subject)ScheduleItemScheduleItem. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type ScheduleItem Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<ScheduleItem>ScheduleInformation. getScheduleItems()com.github.davidmoten.odata.client.CollectionPage<ScheduleItem>ScheduleInformation. getScheduleItems(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.complex with parameters of type ScheduleItem Modifier and Type Method Description ScheduleInformation.BuilderScheduleInformation.Builder. scheduleItems(ScheduleItem... scheduleItems)Method parameters in odata.msgraph.client.complex with type arguments of type ScheduleItem Modifier and Type Method Description ScheduleInformation.BuilderScheduleInformation.Builder. scheduleItems(List<ScheduleItem> scheduleItems)
-