public class WorkbookFunctionsIntRateParameterSet
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
WorkbookFunctionsIntRateParameterSet.WorkbookFunctionsIntRateParameterSetBuilder
Fluent builder for the WorkbookFunctionsIntRateParameterSet
|
Modifier and Type | Field and Description |
---|---|
com.google.gson.JsonElement |
basis
The basis.
|
com.google.gson.JsonElement |
investment
The investment.
|
com.google.gson.JsonElement |
maturity
The maturity.
|
com.google.gson.JsonElement |
redemption
The redemption.
|
com.google.gson.JsonElement |
settlement
The settlement.
|
Modifier | Constructor and Description |
---|---|
|
WorkbookFunctionsIntRateParameterSet()
Instiaciates a new WorkbookFunctionsIntRateParameterSet
|
protected |
WorkbookFunctionsIntRateParameterSet(WorkbookFunctionsIntRateParameterSet.WorkbookFunctionsIntRateParameterSetBuilder builder)
Instiaciates a new WorkbookFunctionsIntRateParameterSet
|
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 WorkbookFunctionsIntRateParameterSet.WorkbookFunctionsIntRateParameterSetBuilder |
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="investment", alternate="Investment") @Expose @Nullable public com.google.gson.JsonElement investment
@SerializedName(value="redemption", alternate="Redemption") @Expose @Nullable public com.google.gson.JsonElement redemption
@SerializedName(value="basis", alternate="Basis") @Expose @Nullable public com.google.gson.JsonElement basis
public WorkbookFunctionsIntRateParameterSet()
protected WorkbookFunctionsIntRateParameterSet(@Nonnull WorkbookFunctionsIntRateParameterSet.WorkbookFunctionsIntRateParameterSetBuilder builder)
builder
- builder bearing the parameters to initialize from@Nonnull public static WorkbookFunctionsIntRateParameterSet.WorkbookFunctionsIntRateParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()