public class WorkbookFunctionsWorkDayParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookFunctionsWorkDayParameterSet.WorkbookFunctionsWorkDayParameterSetBuilder
Fluent builder for the WorkbookFunctionsWorkDayParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
com.google.gson.JsonElement |
days
The days.
|
com.google.gson.JsonElement |
holidays
The holidays.
|
com.google.gson.JsonElement |
startDate
The start Date.
|
| Modifier | Constructor and Description |
|---|---|
|
WorkbookFunctionsWorkDayParameterSet()
Instiaciates a new WorkbookFunctionsWorkDayParameterSet
|
protected |
WorkbookFunctionsWorkDayParameterSet(WorkbookFunctionsWorkDayParameterSet.WorkbookFunctionsWorkDayParameterSetBuilder builder)
Instiaciates a new WorkbookFunctionsWorkDayParameterSet
|
| 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 WorkbookFunctionsWorkDayParameterSet.WorkbookFunctionsWorkDayParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="startDate",
alternate="StartDate")
@Expose
@Nullable
public com.google.gson.JsonElement startDate
@SerializedName(value="days",
alternate="Days")
@Expose
@Nullable
public com.google.gson.JsonElement days
@SerializedName(value="holidays",
alternate="Holidays")
@Expose
@Nullable
public com.google.gson.JsonElement holidays
public WorkbookFunctionsWorkDayParameterSet()
protected WorkbookFunctionsWorkDayParameterSet(@Nonnull
WorkbookFunctionsWorkDayParameterSet.WorkbookFunctionsWorkDayParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static WorkbookFunctionsWorkDayParameterSet.WorkbookFunctionsWorkDayParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()