Class WorkbookFunctionsRightbParameterSet

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

public class WorkbookFunctionsRightbParameterSet extends Object
The class for the Workbook Functions Rightb Parameter Set.
  • Field Details

    • text

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

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

    • WorkbookFunctionsRightbParameterSet

      public WorkbookFunctionsRightbParameterSet()
      Instiaciates a new WorkbookFunctionsRightbParameterSet
    • WorkbookFunctionsRightbParameterSet

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