Package com.microsoft.graph.models
Class WorkbookFunctionsTimevalueParameterSet.WorkbookFunctionsTimevalueParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsTimevalueParameterSet.WorkbookFunctionsTimevalueParameterSetBuilder
- Enclosing class:
- WorkbookFunctionsTimevalueParameterSet
public static final class WorkbookFunctionsTimevalueParameterSet.WorkbookFunctionsTimevalueParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsTimevalueParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElement
The timeText parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsTimevalueParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithTimeText
(com.google.gson.JsonElement val) Sets the TimeText
-
Field Details
-
timeText
@Nullable protected com.google.gson.JsonElement timeTextThe timeText parameter value
-
-
Constructor Details
-
WorkbookFunctionsTimevalueParameterSetBuilder
@Nullable protected WorkbookFunctionsTimevalueParameterSetBuilder()Instanciates a new WorkbookFunctionsTimevalueParameterSetBuilder
-
-
Method Details
-
withTimeText
@Nonnull public WorkbookFunctionsTimevalueParameterSet.WorkbookFunctionsTimevalueParameterSetBuilder withTimeText(@Nullable com.google.gson.JsonElement val) Sets the TimeText- 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
-