Package com.microsoft.graph.models
Class WorkbookFunctionsEdateParameterSet.WorkbookFunctionsEdateParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsEdateParameterSet.WorkbookFunctionsEdateParameterSetBuilder
- Enclosing class:
WorkbookFunctionsEdateParameterSet
public static final class WorkbookFunctionsEdateParameterSet.WorkbookFunctionsEdateParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsEdateParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsEdateParameterSetBuilder -
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
-
WorkbookFunctionsEdateParameterSetBuilder
@Nullable protected WorkbookFunctionsEdateParameterSetBuilder()Instanciates a new WorkbookFunctionsEdateParameterSetBuilder
-
-
Method Details
-
withStartDate
@Nonnull public WorkbookFunctionsEdateParameterSet.WorkbookFunctionsEdateParameterSetBuilder 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 WorkbookFunctionsEdateParameterSet.WorkbookFunctionsEdateParameterSetBuilder 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
-