Class WorkbookFunctionsPriceMatParameterSet

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

public class WorkbookFunctionsPriceMatParameterSet extends Object
The class for the Workbook Functions Price Mat 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.
    • issue

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

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

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

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

    • WorkbookFunctionsPriceMatParameterSet

      public WorkbookFunctionsPriceMatParameterSet()
      Instiaciates a new WorkbookFunctionsPriceMatParameterSet
    • WorkbookFunctionsPriceMatParameterSet

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