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