Class MessageReplyParameterSet

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

public class MessageReplyParameterSet extends Object
The class for the Message Reply Parameter Set.
  • Field Details

    • 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

    • MessageReplyParameterSet

      public MessageReplyParameterSet()
      Instiaciates a new MessageReplyParameterSet
    • MessageReplyParameterSet

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

    • newBuilder

      @Nonnull public static MessageReplyParameterSet.MessageReplyParameterSetBuilder 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