Class AttendeeBase

java.lang.Object
com.microsoft.graph.models.Recipient
com.microsoft.graph.models.AttendeeBase
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
Direct Known Subclasses:
Attendee

public class AttendeeBase extends Recipient implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Attendee Base.
  • Field Details

    • type

      @SerializedName(value="type", alternate="Type") @Expose @Nullable public AttendeeType type
      The Type. The type of attendee. The possible values are: required, optional, resource. Currently if the attendee is a person, findMeetingTimes always considers the person is of the Required type.
  • Constructor Details

    • AttendeeBase

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