public class WorkbookFunctionsAccrIntMParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookFunctionsAccrIntMParameterSet.WorkbookFunctionsAccrIntMParameterSetBuilder
Fluent builder for the WorkbookFunctionsAccrIntMParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
com.google.gson.JsonElement |
basis
The basis.
|
com.google.gson.JsonElement |
issue
The issue.
|
com.google.gson.JsonElement |
par
The par.
|
com.google.gson.JsonElement |
rate
The rate.
|
com.google.gson.JsonElement |
settlement
The settlement.
|
| Modifier | Constructor and Description |
|---|---|
|
WorkbookFunctionsAccrIntMParameterSet()
Instiaciates a new WorkbookFunctionsAccrIntMParameterSet
|
protected |
WorkbookFunctionsAccrIntMParameterSet(WorkbookFunctionsAccrIntMParameterSet.WorkbookFunctionsAccrIntMParameterSetBuilder builder)
Instiaciates a new WorkbookFunctionsAccrIntMParameterSet
|
| 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 WorkbookFunctionsAccrIntMParameterSet.WorkbookFunctionsAccrIntMParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="issue",
alternate="Issue")
@Expose
@Nullable
public com.google.gson.JsonElement issue
@SerializedName(value="settlement",
alternate="Settlement")
@Expose
@Nullable
public com.google.gson.JsonElement settlement
@SerializedName(value="rate",
alternate="Rate")
@Expose
@Nullable
public com.google.gson.JsonElement rate
@SerializedName(value="par",
alternate="Par")
@Expose
@Nullable
public com.google.gson.JsonElement par
@SerializedName(value="basis",
alternate="Basis")
@Expose
@Nullable
public com.google.gson.JsonElement basis
public WorkbookFunctionsAccrIntMParameterSet()
protected WorkbookFunctionsAccrIntMParameterSet(@Nonnull
WorkbookFunctionsAccrIntMParameterSet.WorkbookFunctionsAccrIntMParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static WorkbookFunctionsAccrIntMParameterSet.WorkbookFunctionsAccrIntMParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()