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