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