Class WorkbookFunctionsDurationParameterSet

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

public class WorkbookFunctionsDurationParameterSet extends Object
The class for the Workbook Functions Duration Parameter Set.
  • Field Details

    • settlement

      @SerializedName(value="settlement", alternate="Settlement") @Expose @Nullable public com.google.gson.JsonElement settlement
      The settlement.
    • maturity

      @SerializedName(value="maturity", alternate="Maturity") @Expose @Nullable public com.google.gson.JsonElement maturity
      The maturity.
    • coupon

      @SerializedName(value="coupon", alternate="Coupon") @Expose @Nullable public com.google.gson.JsonElement coupon
      The coupon.
    • yld

      @SerializedName(value="yld", alternate="Yld") @Expose @Nullable public com.google.gson.JsonElement yld
      The yld.
    • frequency

      @SerializedName(value="frequency", alternate="Frequency") @Expose @Nullable public com.google.gson.JsonElement frequency
      The frequency.
    • basis

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

    • WorkbookFunctionsDurationParameterSet

      public WorkbookFunctionsDurationParameterSet()
      Instiaciates a new WorkbookFunctionsDurationParameterSet
    • WorkbookFunctionsDurationParameterSet

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