public class WorkbookFunctionsEoMonthParameterSet
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
WorkbookFunctionsEoMonthParameterSet.WorkbookFunctionsEoMonthParameterSetBuilder
Fluent builder for the WorkbookFunctionsEoMonthParameterSet
|
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 |
---|---|
|
WorkbookFunctionsEoMonthParameterSet()
Instiaciates a new WorkbookFunctionsEoMonthParameterSet
|
protected |
WorkbookFunctionsEoMonthParameterSet(WorkbookFunctionsEoMonthParameterSet.WorkbookFunctionsEoMonthParameterSetBuilder builder)
Instiaciates a new WorkbookFunctionsEoMonthParameterSet
|
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 WorkbookFunctionsEoMonthParameterSet.WorkbookFunctionsEoMonthParameterSetBuilder |
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 WorkbookFunctionsEoMonthParameterSet()
protected WorkbookFunctionsEoMonthParameterSet(@Nonnull WorkbookFunctionsEoMonthParameterSet.WorkbookFunctionsEoMonthParameterSetBuilder builder)
builder
- builder bearing the parameters to initialize from@Nonnull public static WorkbookFunctionsEoMonthParameterSet.WorkbookFunctionsEoMonthParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()