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