Package com.microsoft.graph.models
Class WorkbookFunctionsDatevalueParameterSet.WorkbookFunctionsDatevalueParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsDatevalueParameterSet.WorkbookFunctionsDatevalueParameterSetBuilder
- Enclosing class:
WorkbookFunctionsDatevalueParameterSet
public static final class WorkbookFunctionsDatevalueParameterSet.WorkbookFunctionsDatevalueParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsDatevalueParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe dateText parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsDatevalueParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithDateText(com.google.gson.JsonElement val) Sets the DateText
-
Field Details
-
dateText
@Nullable protected com.google.gson.JsonElement dateTextThe dateText parameter value
-
-
Constructor Details
-
WorkbookFunctionsDatevalueParameterSetBuilder
@Nullable protected WorkbookFunctionsDatevalueParameterSetBuilder()Instanciates a new WorkbookFunctionsDatevalueParameterSetBuilder
-
-
Method Details
-
withDateText
@Nonnull public WorkbookFunctionsDatevalueParameterSet.WorkbookFunctionsDatevalueParameterSetBuilder withDateText(@Nullable com.google.gson.JsonElement val) Sets the DateText- 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
-