Package com.microsoft.graph.models
Class WorkbookFunctionsIsoWeekNumParameterSet.WorkbookFunctionsIsoWeekNumParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsIsoWeekNumParameterSet.WorkbookFunctionsIsoWeekNumParameterSetBuilder
- Enclosing class:
WorkbookFunctionsIsoWeekNumParameterSet
public static final class WorkbookFunctionsIsoWeekNumParameterSet.WorkbookFunctionsIsoWeekNumParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsIsoWeekNumParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe date parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsIsoWeekNumParameterSetBuilder -
Method Summary
-
Field Details
-
date
@Nullable protected com.google.gson.JsonElement dateThe date parameter value
-
-
Constructor Details
-
WorkbookFunctionsIsoWeekNumParameterSetBuilder
@Nullable protected WorkbookFunctionsIsoWeekNumParameterSetBuilder()Instanciates a new WorkbookFunctionsIsoWeekNumParameterSetBuilder
-
-
Method Details
-
withDate
@Nonnull public WorkbookFunctionsIsoWeekNumParameterSet.WorkbookFunctionsIsoWeekNumParameterSetBuilder withDate(@Nullable com.google.gson.JsonElement val) Sets the Date- 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
-