Package com.microsoft.graph.models
Class WorkbookWorksheetUsedRangeParameterSet.WorkbookWorksheetUsedRangeParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookWorksheetUsedRangeParameterSet.WorkbookWorksheetUsedRangeParameterSetBuilder
- Enclosing class:
WorkbookWorksheetUsedRangeParameterSet
public static final class WorkbookWorksheetUsedRangeParameterSet.WorkbookWorksheetUsedRangeParameterSetBuilder
extends Object
Fluent builder for the WorkbookWorksheetUsedRangeParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookWorksheetUsedRangeParameterSetBuilder -
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
-
WorkbookWorksheetUsedRangeParameterSetBuilder
@Nullable protected WorkbookWorksheetUsedRangeParameterSetBuilder()Instanciates a new WorkbookWorksheetUsedRangeParameterSetBuilder
-
-
Method Details
-
withValuesOnly
@Nonnull public WorkbookWorksheetUsedRangeParameterSet.WorkbookWorksheetUsedRangeParameterSetBuilder 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
-