Class MessageCreateForwardParameterSet

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

public class MessageCreateForwardParameterSet extends Object
The class for the Message Create Forward Parameter Set.
  • Field Details

    • toRecipients

      @SerializedName(value="toRecipients", alternate="ToRecipients") @Expose @Nullable public List<Recipient> toRecipients
      The to Recipients.
    • message

      @SerializedName(value="message", alternate="Message") @Expose @Nullable public Message message
      The message.
    • comment

      @SerializedName(value="comment", alternate="Comment") @Expose @Nullable public String comment
      The comment.
  • Constructor Details

    • MessageCreateForwardParameterSet

      public MessageCreateForwardParameterSet()
      Instiaciates a new MessageCreateForwardParameterSet
    • MessageCreateForwardParameterSet

      protected MessageCreateForwardParameterSet(@Nonnull MessageCreateForwardParameterSet.MessageCreateForwardParameterSetBuilder builder)
      Instiaciates a new MessageCreateForwardParameterSet
      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