Class MeetingParticipantInfo

java.lang.Object
com.microsoft.graph.models.MeetingParticipantInfo
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class MeetingParticipantInfo extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Meeting Participant Info.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • identity

      @SerializedName(value="identity", alternate="Identity") @Expose @Nullable public IdentitySet identity
      The Identity. Identity information of the participant.
    • role

      @SerializedName(value="role", alternate="Role") @Expose @Nullable public OnlineMeetingRole role
      The Role. Specifies the participant's role in the meeting.
    • upn

      @SerializedName(value="upn", alternate="Upn") @Expose @Nullable public String upn
      The Upn. User principal name of the participant.
  • Constructor Details

    • MeetingParticipantInfo

      public MeetingParticipantInfo()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • 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
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to