Class WorkbookFunctionsAmorDegrcParameterSet

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

public class WorkbookFunctionsAmorDegrcParameterSet extends Object
The class for the Workbook Functions Amor Degrc Parameter Set.
  • Field Details

    • cost

      @SerializedName(value="cost", alternate="Cost") @Expose @Nullable public com.google.gson.JsonElement cost
      The cost.
    • datePurchased

      @SerializedName(value="datePurchased", alternate="DatePurchased") @Expose @Nullable public com.google.gson.JsonElement datePurchased
      The date Purchased.
    • firstPeriod

      @SerializedName(value="firstPeriod", alternate="FirstPeriod") @Expose @Nullable public com.google.gson.JsonElement firstPeriod
      The first Period.
    • salvage

      @SerializedName(value="salvage", alternate="Salvage") @Expose @Nullable public com.google.gson.JsonElement salvage
      The salvage.
    • period

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

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

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

    • WorkbookFunctionsAmorDegrcParameterSet

      public WorkbookFunctionsAmorDegrcParameterSet()
      Instiaciates a new WorkbookFunctionsAmorDegrcParameterSet
    • WorkbookFunctionsAmorDegrcParameterSet

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