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