Class WorkbookFunctionsSubstituteParameterSet

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

public class WorkbookFunctionsSubstituteParameterSet extends Object
The class for the Workbook Functions Substitute Parameter Set.
  • Field Details

    • text

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

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

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

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

    • WorkbookFunctionsSubstituteParameterSet

      public WorkbookFunctionsSubstituteParameterSet()
      Instiaciates a new WorkbookFunctionsSubstituteParameterSet
    • WorkbookFunctionsSubstituteParameterSet

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