Class WorkbookFunctionsNumberValueParameterSet

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

public class WorkbookFunctionsNumberValueParameterSet extends Object
The class for the Workbook Functions Number Value Parameter Set.
  • Field Details

    • text

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

      @SerializedName(value="decimalSeparator", alternate="DecimalSeparator") @Expose @Nullable public com.google.gson.JsonElement decimalSeparator
      The decimal Separator.
    • groupSeparator

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

    • WorkbookFunctionsNumberValueParameterSet

      public WorkbookFunctionsNumberValueParameterSet()
      Instiaciates a new WorkbookFunctionsNumberValueParameterSet
    • WorkbookFunctionsNumberValueParameterSet

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