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