Class WorkbookFunctionsCumPrincParameterSet

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

public class WorkbookFunctionsCumPrincParameterSet extends Object
The class for the Workbook Functions Cum Princ Parameter Set.
  • Field Details

    • rate

      @SerializedName(value="rate", alternate="Rate") @Expose @Nullable public com.google.gson.JsonElement rate
      The rate.
    • nper

      @SerializedName(value="nper", alternate="Nper") @Expose @Nullable public com.google.gson.JsonElement nper
      The nper.
    • pv

      @SerializedName(value="pv", alternate="Pv") @Expose @Nullable public com.google.gson.JsonElement pv
      The pv.
    • startPeriod

      @SerializedName(value="startPeriod", alternate="StartPeriod") @Expose @Nullable public com.google.gson.JsonElement startPeriod
      The start Period.
    • endPeriod

      @SerializedName(value="endPeriod", alternate="EndPeriod") @Expose @Nullable public com.google.gson.JsonElement endPeriod
      The end Period.
    • type

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

    • WorkbookFunctionsCumPrincParameterSet

      public WorkbookFunctionsCumPrincParameterSet()
      Instiaciates a new WorkbookFunctionsCumPrincParameterSet
    • WorkbookFunctionsCumPrincParameterSet

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