Package com.microsoft.graph.models
Class Attendee
java.lang.Object
com.microsoft.graph.models.Recipient
com.microsoft.graph.models.AttendeeBase
com.microsoft.graph.models.Attendee
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class Attendee
extends AttendeeBase
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Attendee.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Proposed New Time.The Status.Fields inherited from class com.microsoft.graph.models.AttendeeBase
typeFields inherited from class com.microsoft.graph.models.Recipient
emailAddress, oDataType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Recipient
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
proposedNewTime
@SerializedName(value="proposedNewTime", alternate="ProposedNewTime") @Expose @Nullable public TimeSlot proposedNewTimeThe Proposed New Time. An alternate date/time proposed by the attendee for a meeting request to start and end. If the attendee hasn't proposed another time, then this property is not included in a response of a GET event. -
status
The Status. The attendee's response (none, accepted, declined, etc.) for the event and date-time that the response was sent.
-
-
Constructor Details
-
Attendee
public Attendee()
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classAttendeeBase- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-