Package com.microsoft.graph.models
Class WorkbookTableColumnAddParameterSet.WorkbookTableColumnAddParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookTableColumnAddParameterSet.WorkbookTableColumnAddParameterSetBuilder
- Enclosing class:
WorkbookTableColumnAddParameterSet
public static final class WorkbookTableColumnAddParameterSet.WorkbookTableColumnAddParameterSetBuilder
extends Object
Fluent builder for the WorkbookTableColumnAddParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookTableColumnAddParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestSets the IndexSets the NamewithValues(com.google.gson.JsonElement val) Sets the Values
-
Field Details
-
index
The index parameter value -
values
@Nullable protected com.google.gson.JsonElement valuesThe values parameter value -
name
The name parameter value
-
-
Constructor Details
-
WorkbookTableColumnAddParameterSetBuilder
@Nullable protected WorkbookTableColumnAddParameterSetBuilder()Instanciates a new WorkbookTableColumnAddParameterSetBuilder
-
-
Method Details
-
withIndex
@Nonnull public WorkbookTableColumnAddParameterSet.WorkbookTableColumnAddParameterSetBuilder withIndex(@Nullable Integer val) Sets the Index- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withValues
@Nonnull public WorkbookTableColumnAddParameterSet.WorkbookTableColumnAddParameterSetBuilder withValues(@Nullable com.google.gson.JsonElement val) Sets the Values- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withName
@Nonnull public WorkbookTableColumnAddParameterSet.WorkbookTableColumnAddParameterSetBuilder withName(@Nullable String val) Sets the Name- 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
-