Class EventMessageResponse

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class EventMessageResponse extends EventMessage implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Event Message Response.
  • Field Details

    • proposedNewTime

      @SerializedName(value="proposedNewTime", alternate="ProposedNewTime") @Expose @Nullable public TimeSlot proposedNewTime
      The Proposed New Time.
    • responseType

      @SerializedName(value="responseType", alternate="ResponseType") @Expose @Nullable public ResponseType responseType
      The Response Type.
  • Constructor Details

    • EventMessageResponse

      public EventMessageResponse()
  • 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 EventMessage
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to