Class WorkbookFunctionsIsTextParameterSet

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

public class WorkbookFunctionsIsTextParameterSet extends Object
The class for the Workbook Functions Is Text Parameter Set.
  • Field Details

    • value

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

    • WorkbookFunctionsIsTextParameterSet

      public WorkbookFunctionsIsTextParameterSet()
      Instiaciates a new WorkbookFunctionsIsTextParameterSet
    • WorkbookFunctionsIsTextParameterSet

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