Package com.microsoft.graph.models
Class WorkbookFunctionsSumIfParameterSet.WorkbookFunctionsSumIfParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsSumIfParameterSet.WorkbookFunctionsSumIfParameterSetBuilder
- Enclosing class:
WorkbookFunctionsSumIfParameterSet
public static final class WorkbookFunctionsSumIfParameterSet.WorkbookFunctionsSumIfParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsSumIfParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsSumIfParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithCriteria(com.google.gson.JsonElement val) Sets the CriteriawithRange(com.google.gson.JsonElement val) Sets the RangewithSumRange(com.google.gson.JsonElement val) Sets the SumRange
-
Field Details
-
range
@Nullable protected com.google.gson.JsonElement rangeThe range parameter value -
criteria
@Nullable protected com.google.gson.JsonElement criteriaThe criteria parameter value -
sumRange
@Nullable protected com.google.gson.JsonElement sumRangeThe sumRange parameter value
-
-
Constructor Details
-
WorkbookFunctionsSumIfParameterSetBuilder
@Nullable protected WorkbookFunctionsSumIfParameterSetBuilder()Instanciates a new WorkbookFunctionsSumIfParameterSetBuilder
-
-
Method Details
-
withRange
@Nonnull public WorkbookFunctionsSumIfParameterSet.WorkbookFunctionsSumIfParameterSetBuilder withRange(@Nullable com.google.gson.JsonElement val) Sets the Range- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withCriteria
@Nonnull public WorkbookFunctionsSumIfParameterSet.WorkbookFunctionsSumIfParameterSetBuilder withCriteria(@Nullable com.google.gson.JsonElement val) Sets the Criteria- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withSumRange
@Nonnull public WorkbookFunctionsSumIfParameterSet.WorkbookFunctionsSumIfParameterSetBuilder withSumRange(@Nullable com.google.gson.JsonElement val) Sets the SumRange- 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
-