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