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() |
| Modifier and Type | Method and Description |
|---|---|
static MeetingTimeSuggestion.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.CollectionPage<AttendeeAvailability> |
getAttendeeAvailability() |
com.github.davidmoten.odata.client.CollectionPage<AttendeeAvailability> |
getAttendeeAvailability(com.github.davidmoten.odata.client.HttpRequestOptions options) |
Optional<Double> |
getConfidence() |
com.github.davidmoten.odata.client.CollectionPage<Location> |
getLocations() |
com.github.davidmoten.odata.client.CollectionPage<Location> |
getLocations(com.github.davidmoten.odata.client.HttpRequestOptions options) |
Optional<TimeSlot> |
getMeetingTimeSlot() |
Optional<Integer> |
getOrder() |
Optional<FreeBusyStatus> |
getOrganizerAvailability() |
Optional<String> |
getSuggestionReason() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
MeetingTimeSuggestion |
withConfidence(Double confidence) |
MeetingTimeSuggestion |
withMeetingTimeSlot(TimeSlot meetingTimeSlot) |
MeetingTimeSuggestion |
withOrder(Integer order) |
MeetingTimeSuggestion |
withOrganizerAvailability(FreeBusyStatus organizerAvailability) |
MeetingTimeSuggestion |
withSuggestionReason(String suggestionReason) |
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<AttendeeAvailability> getAttendeeAvailability(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.CollectionPage<Location> getLocations()
public com.github.davidmoten.odata.client.CollectionPage<Location> getLocations(com.github.davidmoten.odata.client.HttpRequestOptions options)
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.