Class UserSendMailParameterSet

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

public class UserSendMailParameterSet extends Object
The class for the User Send Mail Parameter Set.
  • Field Details

    • message

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

      @SerializedName(value="saveToSentItems", alternate="SaveToSentItems") @Expose @Nullable public Boolean saveToSentItems
      The save To Sent Items.
  • Constructor Details

    • UserSendMailParameterSet

      public UserSendMailParameterSet()
      Instiaciates a new UserSendMailParameterSet
    • UserSendMailParameterSet

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

    • newBuilder

      @Nonnull public static UserSendMailParameterSet.UserSendMailParameterSetBuilder 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