Class PostForwardParameterSet

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

public class PostForwardParameterSet extends Object
The class for the Post Forward Parameter Set.
  • Field Details

    • comment

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

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

    • PostForwardParameterSet

      public PostForwardParameterSet()
      Instiaciates a new PostForwardParameterSet
    • PostForwardParameterSet

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

    • newBuilder

      @Nonnull public static PostForwardParameterSet.PostForwardParameterSetBuilder 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