Package com.microsoft.graph.models
Class WorkbookFunctionsSumIfsParameterSet.WorkbookFunctionsSumIfsParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsSumIfsParameterSet.WorkbookFunctionsSumIfsParameterSetBuilder
- Enclosing class:
- WorkbookFunctionsSumIfsParameterSet
public static final class WorkbookFunctionsSumIfsParameterSet.WorkbookFunctionsSumIfsParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsSumIfsParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsSumIfsParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithSumRange
(com.google.gson.JsonElement val) Sets the SumRangewithValues
(com.google.gson.JsonElement val) Sets the Values
-
Field Details
-
sumRange
@Nullable protected com.google.gson.JsonElement sumRangeThe sumRange parameter value -
values
@Nullable protected com.google.gson.JsonElement valuesThe values parameter value
-
-
Constructor Details
-
WorkbookFunctionsSumIfsParameterSetBuilder
@Nullable protected WorkbookFunctionsSumIfsParameterSetBuilder()Instanciates a new WorkbookFunctionsSumIfsParameterSetBuilder
-
-
Method Details
-
withSumRange
@Nonnull public WorkbookFunctionsSumIfsParameterSet.WorkbookFunctionsSumIfsParameterSetBuilder withSumRange(@Nullable com.google.gson.JsonElement val) Sets the SumRange- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withValues
@Nonnull public WorkbookFunctionsSumIfsParameterSet.WorkbookFunctionsSumIfsParameterSetBuilder withValues(@Nullable com.google.gson.JsonElement val) Sets the Values- 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
-