Class WorkbookFunctionsReceivedParameterSet

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

public class WorkbookFunctionsReceivedParameterSet extends Object
The class for the Workbook Functions Received 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.
    • investment

      @SerializedName(value="investment", alternate="Investment") @Expose @Nullable public com.google.gson.JsonElement investment
      The investment.
    • discount

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

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

    • WorkbookFunctionsReceivedParameterSet

      public WorkbookFunctionsReceivedParameterSet()
      Instiaciates a new WorkbookFunctionsReceivedParameterSet
    • WorkbookFunctionsReceivedParameterSet

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