Class WorkbookFunctionsReplaceParameterSet

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

public class WorkbookFunctionsReplaceParameterSet extends Object
The class for the Workbook Functions Replace Parameter 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.
    • numChars

      @SerializedName(value="numChars", alternate="NumChars") @Expose @Nullable public com.google.gson.JsonElement numChars
      The num Chars.
    • newText

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

    • WorkbookFunctionsReplaceParameterSet

      public WorkbookFunctionsReplaceParameterSet()
      Instiaciates a new WorkbookFunctionsReplaceParameterSet
    • WorkbookFunctionsReplaceParameterSet

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