Class WorkbookFunctionsIsLogicalParameterSet

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

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

    • value

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

    • WorkbookFunctionsIsLogicalParameterSet

      public WorkbookFunctionsIsLogicalParameterSet()
      Instiaciates a new WorkbookFunctionsIsLogicalParameterSet
    • WorkbookFunctionsIsLogicalParameterSet

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