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