Package com.microsoft.graph.models
Class WorkbookFunctionsDcountAParameterSet.WorkbookFunctionsDcountAParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsDcountAParameterSet.WorkbookFunctionsDcountAParameterSetBuilder
- Enclosing class:
- WorkbookFunctionsDcountAParameterSet
public static final class WorkbookFunctionsDcountAParameterSet.WorkbookFunctionsDcountAParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsDcountAParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsDcountAParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithCriteria
(com.google.gson.JsonElement val) Sets the CriteriawithDatabase
(com.google.gson.JsonElement val) Sets the DatabasewithField
(com.google.gson.JsonElement val) Sets the Field
-
Field Details
-
database
@Nullable protected com.google.gson.JsonElement databaseThe database parameter value -
field
@Nullable protected com.google.gson.JsonElement fieldThe field parameter value -
criteria
@Nullable protected com.google.gson.JsonElement criteriaThe criteria parameter value
-
-
Constructor Details
-
WorkbookFunctionsDcountAParameterSetBuilder
@Nullable protected WorkbookFunctionsDcountAParameterSetBuilder()Instanciates a new WorkbookFunctionsDcountAParameterSetBuilder
-
-
Method Details
-
withDatabase
@Nonnull public WorkbookFunctionsDcountAParameterSet.WorkbookFunctionsDcountAParameterSetBuilder withDatabase(@Nullable com.google.gson.JsonElement val) Sets the Database- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withField
@Nonnull public WorkbookFunctionsDcountAParameterSet.WorkbookFunctionsDcountAParameterSetBuilder withField(@Nullable com.google.gson.JsonElement val) Sets the Field- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withCriteria
@Nonnull public WorkbookFunctionsDcountAParameterSet.WorkbookFunctionsDcountAParameterSetBuilder 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
-