Package com.microsoft.graph.models
Class WorkbookFunctionsCountIfParameterSet.WorkbookFunctionsCountIfParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsCountIfParameterSet.WorkbookFunctionsCountIfParameterSetBuilder
- Enclosing class:
WorkbookFunctionsCountIfParameterSet
public static final class WorkbookFunctionsCountIfParameterSet.WorkbookFunctionsCountIfParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsCountIfParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsCountIfParameterSetBuilder -
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 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
-
-
Constructor Details
-
WorkbookFunctionsCountIfParameterSetBuilder
@Nullable protected WorkbookFunctionsCountIfParameterSetBuilder()Instanciates a new WorkbookFunctionsCountIfParameterSetBuilder
-
-
Method Details
-
withRange
@Nonnull public WorkbookFunctionsCountIfParameterSet.WorkbookFunctionsCountIfParameterSetBuilder 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 WorkbookFunctionsCountIfParameterSet.WorkbookFunctionsCountIfParameterSetBuilder withCriteria(@Nullable com.google.gson.JsonElement val) Sets the Criteria- 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
-