Class WorkbookFunctionsReplaceBParameterSet

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

public class WorkbookFunctionsReplaceBParameterSet extends Object
The class for the Workbook Functions Replace BParameter Set.
  • Field Details

    • oldText

      @SerializedName(value="oldText", alternate="OldText") @Expose @Nullable public com.google.gson.JsonElement oldText
      The old Text.
    • startNum

      @SerializedName(value="startNum", alternate="StartNum") @Expose @Nullable public com.google.gson.JsonElement startNum
      The start Num.
    • numBytes

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

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

    • WorkbookFunctionsReplaceBParameterSet

      public WorkbookFunctionsReplaceBParameterSet()
      Instiaciates a new WorkbookFunctionsReplaceBParameterSet
    • WorkbookFunctionsReplaceBParameterSet

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