public class WorkbookFunctionsAmorLincParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookFunctionsAmorLincParameterSet.WorkbookFunctionsAmorLincParameterSetBuilder
Fluent builder for the WorkbookFunctionsAmorLincParameterSet
|
| 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 |
|---|---|
|
WorkbookFunctionsAmorLincParameterSet()
Instiaciates a new WorkbookFunctionsAmorLincParameterSet
|
protected |
WorkbookFunctionsAmorLincParameterSet(WorkbookFunctionsAmorLincParameterSet.WorkbookFunctionsAmorLincParameterSetBuilder builder)
Instiaciates a new WorkbookFunctionsAmorLincParameterSet
|
| 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 WorkbookFunctionsAmorLincParameterSet.WorkbookFunctionsAmorLincParameterSetBuilder |
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 WorkbookFunctionsAmorLincParameterSet()
protected WorkbookFunctionsAmorLincParameterSet(@Nonnull
WorkbookFunctionsAmorLincParameterSet.WorkbookFunctionsAmorLincParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static WorkbookFunctionsAmorLincParameterSet.WorkbookFunctionsAmorLincParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()