Class WorkbookFunctionsSheetsParameterSet

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

public class WorkbookFunctionsSheetsParameterSet extends Object
The class for the Workbook Functions Sheets Parameter Set.
  • Field Details

    • reference

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

    • WorkbookFunctionsSheetsParameterSet

      public WorkbookFunctionsSheetsParameterSet()
      Instiaciates a new WorkbookFunctionsSheetsParameterSet
    • WorkbookFunctionsSheetsParameterSet

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