Package com.microsoft.graph.models
Class WorkbookFunctionsAverageIfParameterSet.WorkbookFunctionsAverageIfParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsAverageIfParameterSet.WorkbookFunctionsAverageIfParameterSetBuilder
- Enclosing class:
WorkbookFunctionsAverageIfParameterSet
public static final class WorkbookFunctionsAverageIfParameterSet.WorkbookFunctionsAverageIfParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsAverageIfParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe averageRange parameter valueprotected com.google.gson.JsonElementThe criteria parameter valueprotected com.google.gson.JsonElementThe range parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsAverageIfParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithAverageRange(com.google.gson.JsonElement val) Sets the AverageRangewithCriteria(com.google.gson.JsonElement val) Sets the CriteriawithRange(com.google.gson.JsonElement val) Sets the Range
-
Field Details
-
range
@Nullable protected com.google.gson.JsonElement rangeThe range parameter value -
criteria
@Nullable protected com.google.gson.JsonElement criteriaThe criteria parameter value -
averageRange
@Nullable protected com.google.gson.JsonElement averageRangeThe averageRange parameter value
-
-
Constructor Details
-
WorkbookFunctionsAverageIfParameterSetBuilder
@Nullable protected WorkbookFunctionsAverageIfParameterSetBuilder()Instanciates a new WorkbookFunctionsAverageIfParameterSetBuilder
-
-
Method Details
-
withRange
@Nonnull public WorkbookFunctionsAverageIfParameterSet.WorkbookFunctionsAverageIfParameterSetBuilder 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 WorkbookFunctionsAverageIfParameterSet.WorkbookFunctionsAverageIfParameterSetBuilder withCriteria(@Nullable com.google.gson.JsonElement val) Sets the Criteria- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withAverageRange
@Nonnull public WorkbookFunctionsAverageIfParameterSet.WorkbookFunctionsAverageIfParameterSetBuilder withAverageRange(@Nullable com.google.gson.JsonElement val) Sets the AverageRange- 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
-