Package com.microsoft.graph.models
Class WorkbookFunctionsDaysParameterSet.WorkbookFunctionsDaysParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsDaysParameterSet.WorkbookFunctionsDaysParameterSetBuilder
- Enclosing class:
WorkbookFunctionsDaysParameterSet
public static final class WorkbookFunctionsDaysParameterSet.WorkbookFunctionsDaysParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsDaysParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsDaysParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithEndDate
(com.google.gson.JsonElement val) Sets the EndDatewithStartDate
(com.google.gson.JsonElement val) Sets the StartDate
-
Field Details
-
endDate
@Nullable protected com.google.gson.JsonElement endDateThe endDate parameter value -
startDate
@Nullable protected com.google.gson.JsonElement startDateThe startDate parameter value
-
-
Constructor Details
-
WorkbookFunctionsDaysParameterSetBuilder
@Nullable protected WorkbookFunctionsDaysParameterSetBuilder()Instanciates a new WorkbookFunctionsDaysParameterSetBuilder
-
-
Method Details
-
withEndDate
@Nonnull public WorkbookFunctionsDaysParameterSet.WorkbookFunctionsDaysParameterSetBuilder withEndDate(@Nullable com.google.gson.JsonElement val) Sets the EndDate- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withStartDate
@Nonnull public WorkbookFunctionsDaysParameterSet.WorkbookFunctionsDaysParameterSetBuilder withStartDate(@Nullable com.google.gson.JsonElement val) Sets the StartDate- 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
-