public class WorkbookFunctionsMdurationParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookFunctionsMdurationParameterSet.WorkbookFunctionsMdurationParameterSetBuilder
Fluent builder for the WorkbookFunctionsMdurationParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
com.google.gson.JsonElement |
basis
The basis.
|
com.google.gson.JsonElement |
coupon
The coupon.
|
com.google.gson.JsonElement |
frequency
The frequency.
|
com.google.gson.JsonElement |
maturity
The maturity.
|
com.google.gson.JsonElement |
settlement
The settlement.
|
com.google.gson.JsonElement |
yld
The yld.
|
| Modifier | Constructor and Description |
|---|---|
|
WorkbookFunctionsMdurationParameterSet()
Instiaciates a new WorkbookFunctionsMdurationParameterSet
|
protected |
WorkbookFunctionsMdurationParameterSet(WorkbookFunctionsMdurationParameterSet.WorkbookFunctionsMdurationParameterSetBuilder builder)
Instiaciates a new WorkbookFunctionsMdurationParameterSet
|
| 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 WorkbookFunctionsMdurationParameterSet.WorkbookFunctionsMdurationParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="settlement",
alternate="Settlement")
@Expose
@Nullable
public com.google.gson.JsonElement settlement
@SerializedName(value="maturity",
alternate="Maturity")
@Expose
@Nullable
public com.google.gson.JsonElement maturity
@SerializedName(value="coupon",
alternate="Coupon")
@Expose
@Nullable
public com.google.gson.JsonElement coupon
@SerializedName(value="yld",
alternate="Yld")
@Expose
@Nullable
public com.google.gson.JsonElement yld
@SerializedName(value="frequency",
alternate="Frequency")
@Expose
@Nullable
public com.google.gson.JsonElement frequency
@SerializedName(value="basis",
alternate="Basis")
@Expose
@Nullable
public com.google.gson.JsonElement basis
public WorkbookFunctionsMdurationParameterSet()
protected WorkbookFunctionsMdurationParameterSet(@Nonnull
WorkbookFunctionsMdurationParameterSet.WorkbookFunctionsMdurationParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static WorkbookFunctionsMdurationParameterSet.WorkbookFunctionsMdurationParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()