Class ParticipantInviteParameterSet

java.lang.Object
com.microsoft.graph.models.ParticipantInviteParameterSet

public class ParticipantInviteParameterSet extends Object
The class for the Participant Invite Parameter Set.
  • Field Details

    • participants

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

      @SerializedName(value="clientContext", alternate="ClientContext") @Expose @Nullable public String clientContext
      The client Context.
  • Constructor Details

    • ParticipantInviteParameterSet

      public ParticipantInviteParameterSet()
      Instiaciates a new ParticipantInviteParameterSet
    • ParticipantInviteParameterSet

      protected ParticipantInviteParameterSet(@Nonnull ParticipantInviteParameterSet.ParticipantInviteParameterSetBuilder builder)
      Instiaciates a new ParticipantInviteParameterSet
      Parameters:
      builder - builder bearing the parameters to initialize from
  • Method Details

    • newBuilder

      Gets a new builder for the body
      Returns:
      a new builder
    • getFunctionOptions

      @Nonnull public List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()
      Gets the functions options from the properties that have been set
      Returns:
      a list of function options for the request