Package com.microsoft.graph.models
Class WorkbookFunctionsCountBlankParameterSet.WorkbookFunctionsCountBlankParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsCountBlankParameterSet.WorkbookFunctionsCountBlankParameterSetBuilder
- Enclosing class:
WorkbookFunctionsCountBlankParameterSet
public static final class WorkbookFunctionsCountBlankParameterSet.WorkbookFunctionsCountBlankParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsCountBlankParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElement
The range parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsCountBlankParameterSetBuilder -
Method Summary
-
Field Details
-
range
@Nullable protected com.google.gson.JsonElement rangeThe range parameter value
-
-
Constructor Details
-
WorkbookFunctionsCountBlankParameterSetBuilder
@Nullable protected WorkbookFunctionsCountBlankParameterSetBuilder()Instanciates a new WorkbookFunctionsCountBlankParameterSetBuilder
-
-
Method Details
-
withRange
@Nonnull public WorkbookFunctionsCountBlankParameterSet.WorkbookFunctionsCountBlankParameterSetBuilder withRange(@Nullable com.google.gson.JsonElement val) Sets the Range- 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
-