Class WorkbookFunctionsYieldMatParameterSet

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

public class WorkbookFunctionsYieldMatParameterSet extends Object
The class for the Workbook Functions Yield 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.
    • pr

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

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

    • WorkbookFunctionsYieldMatParameterSet

      public WorkbookFunctionsYieldMatParameterSet()
      Instiaciates a new WorkbookFunctionsYieldMatParameterSet
    • WorkbookFunctionsYieldMatParameterSet

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