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