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