Class WorkbookNamedItemAddParameterSet

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

public class WorkbookNamedItemAddParameterSet extends Object
The class for the Workbook Named Item Add Parameter Set.
  • Field Details

    • name

      @SerializedName(value="name", alternate="Name") @Expose @Nullable public String name
      The name.
    • reference

      @SerializedName(value="reference", alternate="Reference") @Expose @Nullable public com.google.gson.JsonElement reference
      The reference.
    • comment

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

    • WorkbookNamedItemAddParameterSet

      public WorkbookNamedItemAddParameterSet()
      Instiaciates a new WorkbookNamedItemAddParameterSet
    • WorkbookNamedItemAddParameterSet

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