Uses of Class
odata.msgraph.client.complex.TimeRange
-
Packages that use TimeRange Package Description odata.msgraph.client.complex -
-
Uses of TimeRange in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex with type parameters of type TimeRange Modifier and Type Field Description protected List<TimeRange>ShiftAvailability. timeSlotsMethods in odata.msgraph.client.complex that return TimeRange Modifier and Type Method Description TimeRangeTimeRange.Builder. build()TimeRangeTimeRange. withEndTime(LocalTime endTime)TimeRangeTimeRange. withStartTime(LocalTime startTime)TimeRangeTimeRange. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type TimeRange Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<TimeRange>ShiftAvailability. getTimeSlots()com.github.davidmoten.odata.client.CollectionPage<TimeRange>ShiftAvailability. getTimeSlots(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.complex with parameters of type TimeRange Modifier and Type Method Description ShiftAvailability.BuilderShiftAvailability.Builder. timeSlots(TimeRange... timeSlots)Method parameters in odata.msgraph.client.complex with type arguments of type TimeRange Modifier and Type Method Description ShiftAvailability.BuilderShiftAvailability.Builder. timeSlots(List<TimeRange> timeSlots)
-