Package com.microsoft.graph.models
Class WorkbookFunctionsEoMonthParameterSet.WorkbookFunctionsEoMonthParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsEoMonthParameterSet.WorkbookFunctionsEoMonthParameterSetBuilder
- Enclosing class:
WorkbookFunctionsEoMonthParameterSet
public static final class WorkbookFunctionsEoMonthParameterSet.WorkbookFunctionsEoMonthParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsEoMonthParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsEoMonthParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithMonths(com.google.gson.JsonElement val) Sets the MonthswithStartDate(com.google.gson.JsonElement val) Sets the StartDate
-
Field Details
-
startDate
@Nullable protected com.google.gson.JsonElement startDateThe startDate parameter value -
months
@Nullable protected com.google.gson.JsonElement monthsThe months parameter value
-
-
Constructor Details
-
WorkbookFunctionsEoMonthParameterSetBuilder
@Nullable protected WorkbookFunctionsEoMonthParameterSetBuilder()Instanciates a new WorkbookFunctionsEoMonthParameterSetBuilder
-
-
Method Details
-
withStartDate
@Nonnull public WorkbookFunctionsEoMonthParameterSet.WorkbookFunctionsEoMonthParameterSetBuilder withStartDate(@Nullable com.google.gson.JsonElement val) Sets the StartDate- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withMonths
@Nonnull public WorkbookFunctionsEoMonthParameterSet.WorkbookFunctionsEoMonthParameterSetBuilder withMonths(@Nullable com.google.gson.JsonElement val) Sets the Months- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-