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