Package com.microsoft.graph.models
Class WorkbookFunctionsCombinParameterSet.WorkbookFunctionsCombinParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsCombinParameterSet.WorkbookFunctionsCombinParameterSetBuilder
- Enclosing class:
WorkbookFunctionsCombinParameterSet
public static final class WorkbookFunctionsCombinParameterSet.WorkbookFunctionsCombinParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsCombinParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe number parameter valueprotected com.google.gson.JsonElementThe numberChosen parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsCombinParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithNumber(com.google.gson.JsonElement val) Sets the NumberwithNumberChosen(com.google.gson.JsonElement val) Sets the NumberChosen
-
Field Details
-
number
@Nullable protected com.google.gson.JsonElement numberThe number parameter value -
numberChosen
@Nullable protected com.google.gson.JsonElement numberChosenThe numberChosen parameter value
-
-
Constructor Details
-
WorkbookFunctionsCombinParameterSetBuilder
@Nullable protected WorkbookFunctionsCombinParameterSetBuilder()Instanciates a new WorkbookFunctionsCombinParameterSetBuilder
-
-
Method Details
-
withNumber
@Nonnull public WorkbookFunctionsCombinParameterSet.WorkbookFunctionsCombinParameterSetBuilder withNumber(@Nullable com.google.gson.JsonElement val) Sets the Number- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withNumberChosen
@Nonnull public WorkbookFunctionsCombinParameterSet.WorkbookFunctionsCombinParameterSetBuilder withNumberChosen(@Nullable com.google.gson.JsonElement val) Sets the NumberChosen- 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
-