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