public class WorkbookFunctionsAmorDegrcParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookFunctionsAmorDegrcParameterSet.WorkbookFunctionsAmorDegrcParameterSetBuilder
Fluent builder for the WorkbookFunctionsAmorDegrcParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
com.google.gson.JsonElement |
basis
The basis.
|
com.google.gson.JsonElement |
cost
The cost.
|
com.google.gson.JsonElement |
datePurchased
The date Purchased.
|
com.google.gson.JsonElement |
firstPeriod
The first Period.
|
com.google.gson.JsonElement |
period
The period.
|
com.google.gson.JsonElement |
rate
The rate.
|
com.google.gson.JsonElement |
salvage
The salvage.
|
| Modifier | Constructor and Description |
|---|---|
|
WorkbookFunctionsAmorDegrcParameterSet()
Instiaciates a new WorkbookFunctionsAmorDegrcParameterSet
|
protected |
WorkbookFunctionsAmorDegrcParameterSet(WorkbookFunctionsAmorDegrcParameterSet.WorkbookFunctionsAmorDegrcParameterSetBuilder builder)
Instiaciates a new WorkbookFunctionsAmorDegrcParameterSet
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.microsoft.graph.options.FunctionOption> |
getFunctionOptions()
Gets the functions options from the properties that have been set
|
static WorkbookFunctionsAmorDegrcParameterSet.WorkbookFunctionsAmorDegrcParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="cost",
alternate="Cost")
@Expose
@Nullable
public com.google.gson.JsonElement cost
@SerializedName(value="datePurchased",
alternate="DatePurchased")
@Expose
@Nullable
public com.google.gson.JsonElement datePurchased
@SerializedName(value="firstPeriod",
alternate="FirstPeriod")
@Expose
@Nullable
public com.google.gson.JsonElement firstPeriod
@SerializedName(value="salvage",
alternate="Salvage")
@Expose
@Nullable
public com.google.gson.JsonElement salvage
@SerializedName(value="period",
alternate="Period")
@Expose
@Nullable
public com.google.gson.JsonElement period
@SerializedName(value="rate",
alternate="Rate")
@Expose
@Nullable
public com.google.gson.JsonElement rate
@SerializedName(value="basis",
alternate="Basis")
@Expose
@Nullable
public com.google.gson.JsonElement basis
public WorkbookFunctionsAmorDegrcParameterSet()
protected WorkbookFunctionsAmorDegrcParameterSet(@Nonnull
WorkbookFunctionsAmorDegrcParameterSet.WorkbookFunctionsAmorDegrcParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static WorkbookFunctionsAmorDegrcParameterSet.WorkbookFunctionsAmorDegrcParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()