Class InviteParticipantsOperation

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

public class InviteParticipantsOperation extends CommsOperation implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Invite Participants Operation.
  • Field Details

    • participants

      @SerializedName(value="participants", alternate="Participants") @Expose @Nullable public List<InvitationParticipantInfo> participants
      The Participants. The participants to invite.
  • Constructor Details

    • InviteParticipantsOperation

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