Package com.microsoft.graph.models
Class WorkbookFunctionsDateParameterSet.WorkbookFunctionsDateParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsDateParameterSet.WorkbookFunctionsDateParameterSetBuilder
- Enclosing class:
WorkbookFunctionsDateParameterSet
public static final class WorkbookFunctionsDateParameterSet.WorkbookFunctionsDateParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsDateParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsDateParameterSetBuilder -
Method Summary
-
Field Details
-
year
@Nullable protected com.google.gson.JsonElement yearThe year parameter value -
month
@Nullable protected com.google.gson.JsonElement monthThe month parameter value -
day
@Nullable protected com.google.gson.JsonElement dayThe day parameter value
-
-
Constructor Details
-
WorkbookFunctionsDateParameterSetBuilder
@Nullable protected WorkbookFunctionsDateParameterSetBuilder()Instanciates a new WorkbookFunctionsDateParameterSetBuilder
-
-
Method Details
-
withYear
@Nonnull public WorkbookFunctionsDateParameterSet.WorkbookFunctionsDateParameterSetBuilder withYear(@Nullable com.google.gson.JsonElement val) Sets the Year- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withMonth
@Nonnull public WorkbookFunctionsDateParameterSet.WorkbookFunctionsDateParameterSetBuilder withMonth(@Nullable com.google.gson.JsonElement val) Sets the Month- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withDay
@Nonnull public WorkbookFunctionsDateParameterSet.WorkbookFunctionsDateParameterSetBuilder withDay(@Nullable com.google.gson.JsonElement val) Sets the Day- 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
-