Package com.microsoft.graph.models
Class WorkbookRangeUsedRangeParameterSet.WorkbookRangeUsedRangeParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookRangeUsedRangeParameterSet.WorkbookRangeUsedRangeParameterSetBuilder
- Enclosing class:
WorkbookRangeUsedRangeParameterSet
public static final class WorkbookRangeUsedRangeParameterSet.WorkbookRangeUsedRangeParameterSetBuilder
extends Object
Fluent builder for the WorkbookRangeUsedRangeParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookRangeUsedRangeParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithValuesOnly
(Boolean val) Sets the ValuesOnly
-
Field Details
-
valuesOnly
The valuesOnly parameter value
-
-
Constructor Details
-
WorkbookRangeUsedRangeParameterSetBuilder
@Nullable protected WorkbookRangeUsedRangeParameterSetBuilder()Instanciates a new WorkbookRangeUsedRangeParameterSetBuilder
-
-
Method Details
-
withValuesOnly
@Nonnull public WorkbookRangeUsedRangeParameterSet.WorkbookRangeUsedRangeParameterSetBuilder withValuesOnly(@Nullable Boolean val) Sets the ValuesOnly- 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
-