Uses of Class
odata.msgraph.client.complex.TimeSlot
-
Packages that use TimeSlot Package Description odata.msgraph.client.complex odata.msgraph.client.entity odata.msgraph.client.entity.request -
-
Uses of TimeSlot in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as TimeSlot Modifier and Type Field Description protected TimeSlotMeetingTimeSuggestion. meetingTimeSlotprotected TimeSlotAttendee. proposedNewTimeFields in odata.msgraph.client.complex with type parameters of type TimeSlot Modifier and Type Field Description protected List<TimeSlot>TimeConstraint. timeSlotsMethods in odata.msgraph.client.complex that return TimeSlot Modifier and Type Method Description TimeSlotTimeSlot.Builder. build()TimeSlotTimeSlot. withEnd(DateTimeTimeZone end)TimeSlotTimeSlot. withStart(DateTimeTimeZone start)TimeSlotTimeSlot. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type TimeSlot Modifier and Type Method Description Optional<TimeSlot>MeetingTimeSuggestion. getMeetingTimeSlot()Optional<TimeSlot>Attendee. getProposedNewTime()com.github.davidmoten.odata.client.CollectionPage<TimeSlot>TimeConstraint. getTimeSlots()com.github.davidmoten.odata.client.CollectionPage<TimeSlot>TimeConstraint. getTimeSlots(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.complex with parameters of type TimeSlot Modifier and Type Method Description MeetingTimeSuggestion.BuilderMeetingTimeSuggestion.Builder. meetingTimeSlot(TimeSlot meetingTimeSlot)Attendee.BuilderAttendee.Builder. proposedNewTime(TimeSlot proposedNewTime)TimeConstraint.BuilderTimeConstraint.Builder. timeSlots(TimeSlot... timeSlots)MeetingTimeSuggestionMeetingTimeSuggestion. withMeetingTimeSlot(TimeSlot meetingTimeSlot)AttendeeAttendee. withProposedNewTime(TimeSlot proposedNewTime)Method parameters in odata.msgraph.client.complex with type arguments of type TimeSlot Modifier and Type Method Description TimeConstraint.BuilderTimeConstraint.Builder. timeSlots(List<TimeSlot> timeSlots) -
Uses of TimeSlot in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as TimeSlot Modifier and Type Field Description protected TimeSlotEventMessageResponse. proposedNewTimeMethods in odata.msgraph.client.entity that return types with arguments of type TimeSlot Modifier and Type Method Description Optional<TimeSlot>EventMessageResponse. getProposedNewTime()Methods in odata.msgraph.client.entity with parameters of type TimeSlot Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnEvent. decline(TimeSlot proposedNewTime, Boolean sendResponse, String comment)EventMessageResponse.BuilderEventMessageResponse.Builder. proposedNewTime(TimeSlot proposedNewTime)com.github.davidmoten.odata.client.ActionRequestNoReturnEvent. tentativelyAccept(TimeSlot proposedNewTime, Boolean sendResponse, String comment)EventMessageResponseEventMessageResponse. withProposedNewTime(TimeSlot proposedNewTime) -
Uses of TimeSlot in odata.msgraph.client.entity.request
Methods in odata.msgraph.client.entity.request with parameters of type TimeSlot Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnEventRequest. decline(TimeSlot proposedNewTime, Boolean sendResponse, String comment)com.github.davidmoten.odata.client.ActionRequestNoReturnEventRequest. tentativelyAccept(TimeSlot proposedNewTime, Boolean sendResponse, String comment)
-