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