Package com.microsoft.graph.models
Class WorkbookFunctionsTParameterSet.WorkbookFunctionsTParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsTParameterSet.WorkbookFunctionsTParameterSetBuilder
- Enclosing class:
- WorkbookFunctionsTParameterSet
public static final class WorkbookFunctionsTParameterSet.WorkbookFunctionsTParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsTParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElement
The value parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsTParameterSetBuilder -
Method Summary
-
Field Details
-
value
@Nullable protected com.google.gson.JsonElement valueThe value parameter value
-
-
Constructor Details
-
WorkbookFunctionsTParameterSetBuilder
@Nullable protected WorkbookFunctionsTParameterSetBuilder()Instanciates a new WorkbookFunctionsTParameterSetBuilder
-
-
Method Details
-
withValue
@Nonnull public WorkbookFunctionsTParameterSet.WorkbookFunctionsTParameterSetBuilder withValue(@Nullable com.google.gson.JsonElement val) Sets the Value- 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
-