public class MeetingTimeSuggestion
extends java.lang.Object
implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.util.List<AttendeeAvailability> |
attendeeAvailability
The Attendee Availability.
|
java.lang.Double |
confidence
The Confidence.
|
java.util.List<Location> |
locations
The Locations.
|
TimeSlot |
meetingTimeSlot
The Meeting Time Slot.
|
java.lang.String |
oDataType
the OData type of the object as returned by the service
|
java.lang.Integer |
order
The Order.
|
FreeBusyStatus |
organizerAvailability
The Organizer Availability.
|
java.lang.String |
suggestionReason
The Suggestion Reason.
|
| Constructor and Description |
|---|
MeetingTimeSuggestion() |
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.graph.serializer.AdditionalDataManager |
additionalDataManager() |
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose @Nullable public java.lang.String oDataType
@SerializedName(value="attendeeAvailability",
alternate="AttendeeAvailability")
@Expose
@Nullable
public java.util.List<AttendeeAvailability> attendeeAvailability
@SerializedName(value="confidence",
alternate="Confidence")
@Expose
@Nullable
public java.lang.Double confidence
@SerializedName(value="locations",
alternate="Locations")
@Expose
@Nullable
public java.util.List<Location> locations
@SerializedName(value="meetingTimeSlot",
alternate="MeetingTimeSlot")
@Expose
@Nullable
public TimeSlot meetingTimeSlot
@SerializedName(value="order",
alternate="Order")
@Expose
@Nullable
public java.lang.Integer order
@SerializedName(value="organizerAvailability",
alternate="OrganizerAvailability")
@Expose
@Nullable
public FreeBusyStatus organizerAvailability
@SerializedName(value="suggestionReason",
alternate="SuggestionReason")
@Expose
@Nullable
public java.lang.String suggestionReason
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObjectpublic void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectserializer - the serializerjson - the JSON object to set this object to