Class MeetingTimeSuggestion
- java.lang.Object
-
- odata.msgraph.client.beta.complex.MeetingTimeSuggestion
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class MeetingTimeSuggestion extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMeetingTimeSuggestion.Builder
-
Field Summary
Fields Modifier and Type Field Description protected List<AttendeeAvailability>attendeeAvailabilityprotected StringattendeeAvailabilityNextLinkprotected Doubleconfidenceprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected List<Location>locationsprotected StringlocationsNextLinkprotected TimeSlotmeetingTimeSlotprotected StringodataTypeprotected Integerorderprotected FreeBusyStatusorganizerAvailabilityprotected StringsuggestionReasonprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedMeetingTimeSuggestion()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MeetingTimeSuggestion.Builderbuilder()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.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()MeetingTimeSuggestionwithConfidence(Double confidence)MeetingTimeSuggestionwithMeetingTimeSlot(TimeSlot meetingTimeSlot)MeetingTimeSuggestionwithOrder(Integer order)MeetingTimeSuggestionwithOrganizerAvailability(FreeBusyStatus organizerAvailability)MeetingTimeSuggestionwithSuggestionReason(String suggestionReason)MeetingTimeSuggestionwithUnmappedField(String name, String value)
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
attendeeAvailability
protected List<AttendeeAvailability> attendeeAvailability
-
attendeeAvailabilityNextLink
protected String attendeeAvailabilityNextLink
-
confidence
protected Double confidence
-
locationsNextLink
protected String locationsNextLink
-
meetingTimeSlot
protected TimeSlot meetingTimeSlot
-
order
protected Integer order
-
organizerAvailability
protected FreeBusyStatus organizerAvailability
-
suggestionReason
protected String suggestionReason
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getAttendeeAvailability
public com.github.davidmoten.odata.client.CollectionPage<AttendeeAvailability> getAttendeeAvailability()
-
getAttendeeAvailability
public com.github.davidmoten.odata.client.CollectionPage<AttendeeAvailability> getAttendeeAvailability(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withConfidence
public MeetingTimeSuggestion withConfidence(Double confidence)
-
getLocations
public com.github.davidmoten.odata.client.CollectionPage<Location> getLocations()
-
getLocations
public com.github.davidmoten.odata.client.CollectionPage<Location> getLocations(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withMeetingTimeSlot
public MeetingTimeSuggestion withMeetingTimeSlot(TimeSlot meetingTimeSlot)
-
withOrder
public MeetingTimeSuggestion withOrder(Integer order)
-
getOrganizerAvailability
public Optional<FreeBusyStatus> getOrganizerAvailability()
-
withOrganizerAvailability
public MeetingTimeSuggestion withOrganizerAvailability(FreeBusyStatus organizerAvailability)
-
withSuggestionReason
public MeetingTimeSuggestion withSuggestionReason(String suggestionReason)
-
withUnmappedField
public MeetingTimeSuggestion withUnmappedField(String name, String value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static MeetingTimeSuggestion.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-