Class WorkbookFunctionsTbillYieldParameterSet

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

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

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

    • WorkbookFunctionsTbillYieldParameterSet

      public WorkbookFunctionsTbillYieldParameterSet()
      Instiaciates a new WorkbookFunctionsTbillYieldParameterSet
    • WorkbookFunctionsTbillYieldParameterSet

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