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