Class 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 Details

    • proposedNewTime

      @SerializedName(value="proposedNewTime", alternate="ProposedNewTime") @Expose @Nullable public TimeSlot proposedNewTime
      The 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

      @SerializedName(value="status", alternate="Status") @Expose @Nullable public ResponseStatus 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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class AttendeeBase
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to