public class MeetingTimeSuggestion extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
MeetingTimeSuggestion.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<AttendeeAvailability> |
attendeeAvailability |
protected String |
attendeeAvailabilityNextLink |
protected Double |
confidence |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected List<Location> |
locations |
protected String |
locationsNextLink |
protected TimeSlot |
meetingTimeSlot |
protected String |
odataType |
protected Integer |
order |
protected FreeBusyStatus |
organizerAvailability |
protected String |
suggestionReason |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
MeetingTimeSuggestion() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected Double confidence
protected Integer order
protected FreeBusyStatus organizerAvailability
protected List<AttendeeAvailability> attendeeAvailability
protected String attendeeAvailabilityNextLink
protected String locationsNextLink
protected String suggestionReason
protected TimeSlot meetingTimeSlot
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic MeetingTimeSuggestion withConfidence(Double confidence)
public MeetingTimeSuggestion withOrder(Integer order)
public Optional<FreeBusyStatus> getOrganizerAvailability()
public MeetingTimeSuggestion withOrganizerAvailability(FreeBusyStatus organizerAvailability)
public com.github.davidmoten.odata.client.CollectionPage<AttendeeAvailability> getAttendeeAvailability()
public com.github.davidmoten.odata.client.CollectionPage<Location> getLocations()
public MeetingTimeSuggestion withSuggestionReason(String suggestionReason)
public MeetingTimeSuggestion withMeetingTimeSlot(TimeSlot meetingTimeSlot)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static MeetingTimeSuggestion.Builder builder()
Copyright © 2018–2020. All rights reserved.