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