Class WorkbookFunctionsEffectParameterSet

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

public class WorkbookFunctionsEffectParameterSet extends Object
The class for the Workbook Functions Effect Parameter Set.
  • Field Details

    • nominalRate

      @SerializedName(value="nominalRate", alternate="NominalRate") @Expose @Nullable public com.google.gson.JsonElement nominalRate
      The nominal Rate.
    • npery

      @SerializedName(value="npery", alternate="Npery") @Expose @Nullable public com.google.gson.JsonElement npery
      The npery.
  • Constructor Details

    • WorkbookFunctionsEffectParameterSet

      public WorkbookFunctionsEffectParameterSet()
      Instiaciates a new WorkbookFunctionsEffectParameterSet
    • WorkbookFunctionsEffectParameterSet

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