Class WorkbookFunctionsIsErrorParameterSet

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

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

    • value

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

    • WorkbookFunctionsIsErrorParameterSet

      public WorkbookFunctionsIsErrorParameterSet()
      Instiaciates a new WorkbookFunctionsIsErrorParameterSet
    • WorkbookFunctionsIsErrorParameterSet

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