public class WorkbookFunctionsOddFYieldParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookFunctionsOddFYieldParameterSet.WorkbookFunctionsOddFYieldParameterSetBuilder
Fluent builder for the WorkbookFunctionsOddFYieldParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
com.google.gson.JsonElement |
basis
The basis.
|
com.google.gson.JsonElement |
firstCoupon
The first Coupon.
|
com.google.gson.JsonElement |
frequency
The frequency.
|
com.google.gson.JsonElement |
issue
The issue.
|
com.google.gson.JsonElement |
maturity
The maturity.
|
com.google.gson.JsonElement |
pr
The pr.
|
com.google.gson.JsonElement |
rate
The rate.
|
com.google.gson.JsonElement |
redemption
The redemption.
|
com.google.gson.JsonElement |
settlement
The settlement.
|
| Modifier | Constructor and Description |
|---|---|
|
WorkbookFunctionsOddFYieldParameterSet()
Instiaciates a new WorkbookFunctionsOddFYieldParameterSet
|
protected |
WorkbookFunctionsOddFYieldParameterSet(WorkbookFunctionsOddFYieldParameterSet.WorkbookFunctionsOddFYieldParameterSetBuilder builder)
Instiaciates a new WorkbookFunctionsOddFYieldParameterSet
|
| 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 WorkbookFunctionsOddFYieldParameterSet.WorkbookFunctionsOddFYieldParameterSetBuilder |
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="issue",
alternate="Issue")
@Expose
@Nullable
public com.google.gson.JsonElement issue
@SerializedName(value="firstCoupon",
alternate="FirstCoupon")
@Expose
@Nullable
public com.google.gson.JsonElement firstCoupon
@SerializedName(value="rate",
alternate="Rate")
@Expose
@Nullable
public com.google.gson.JsonElement rate
@SerializedName(value="pr",
alternate="Pr")
@Expose
@Nullable
public com.google.gson.JsonElement pr
@SerializedName(value="redemption",
alternate="Redemption")
@Expose
@Nullable
public com.google.gson.JsonElement redemption
@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 WorkbookFunctionsOddFYieldParameterSet()
protected WorkbookFunctionsOddFYieldParameterSet(@Nonnull
WorkbookFunctionsOddFYieldParameterSet.WorkbookFunctionsOddFYieldParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static WorkbookFunctionsOddFYieldParameterSet.WorkbookFunctionsOddFYieldParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()