Class WorkbookFunctionsProperParameterSet

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

public class WorkbookFunctionsProperParameterSet extends Object
The class for the Workbook Functions Proper Parameter Set.
  • Field Details

    • text

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

    • WorkbookFunctionsProperParameterSet

      public WorkbookFunctionsProperParameterSet()
      Instiaciates a new WorkbookFunctionsProperParameterSet
    • WorkbookFunctionsProperParameterSet

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