public class WorkbookFunctionsDateParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookFunctionsDateParameterSet.WorkbookFunctionsDateParameterSetBuilder
Fluent builder for the WorkbookFunctionsDateParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
com.google.gson.JsonElement |
day
The day.
|
com.google.gson.JsonElement |
month
The month.
|
com.google.gson.JsonElement |
year
The year.
|
| Modifier | Constructor and Description |
|---|---|
|
WorkbookFunctionsDateParameterSet()
Instiaciates a new WorkbookFunctionsDateParameterSet
|
protected |
WorkbookFunctionsDateParameterSet(WorkbookFunctionsDateParameterSet.WorkbookFunctionsDateParameterSetBuilder builder)
Instiaciates a new WorkbookFunctionsDateParameterSet
|
| 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 WorkbookFunctionsDateParameterSet.WorkbookFunctionsDateParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="year",
alternate="Year")
@Expose
@Nullable
public com.google.gson.JsonElement year
@SerializedName(value="month",
alternate="Month")
@Expose
@Nullable
public com.google.gson.JsonElement month
@SerializedName(value="day",
alternate="Day")
@Expose
@Nullable
public com.google.gson.JsonElement day
public WorkbookFunctionsDateParameterSet()
protected WorkbookFunctionsDateParameterSet(@Nonnull
WorkbookFunctionsDateParameterSet.WorkbookFunctionsDateParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static WorkbookFunctionsDateParameterSet.WorkbookFunctionsDateParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()