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