Package com.microsoft.graph.models
Class WorkbookFunctionsBinom_Dist_RangeParameterSet.WorkbookFunctionsBinom_Dist_RangeParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsBinom_Dist_RangeParameterSet.WorkbookFunctionsBinom_Dist_RangeParameterSetBuilder
- Enclosing class:
WorkbookFunctionsBinom_Dist_RangeParameterSet
public static final class WorkbookFunctionsBinom_Dist_RangeParameterSet.WorkbookFunctionsBinom_Dist_RangeParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsBinom_Dist_RangeParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe numberS parameter valueprotected com.google.gson.JsonElementThe numberS2 parameter valueprotected com.google.gson.JsonElementThe probabilityS parameter valueprotected com.google.gson.JsonElementThe trials parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsBinom_Dist_RangeParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithNumberS(com.google.gson.JsonElement val) Sets the NumberSwithNumberS2(com.google.gson.JsonElement val) Sets the NumberS2withProbabilityS(com.google.gson.JsonElement val) Sets the ProbabilitySwithTrials(com.google.gson.JsonElement val) Sets the Trials
-
Field Details
-
trials
@Nullable protected com.google.gson.JsonElement trialsThe trials parameter value -
probabilityS
@Nullable protected com.google.gson.JsonElement probabilitySThe probabilityS parameter value -
numberS
@Nullable protected com.google.gson.JsonElement numberSThe numberS parameter value -
numberS2
@Nullable protected com.google.gson.JsonElement numberS2The numberS2 parameter value
-
-
Constructor Details
-
WorkbookFunctionsBinom_Dist_RangeParameterSetBuilder
@Nullable protected WorkbookFunctionsBinom_Dist_RangeParameterSetBuilder()Instanciates a new WorkbookFunctionsBinom_Dist_RangeParameterSetBuilder
-
-
Method Details
-
withTrials
@Nonnull public WorkbookFunctionsBinom_Dist_RangeParameterSet.WorkbookFunctionsBinom_Dist_RangeParameterSetBuilder withTrials(@Nullable com.google.gson.JsonElement val) Sets the Trials- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withProbabilityS
@Nonnull public WorkbookFunctionsBinom_Dist_RangeParameterSet.WorkbookFunctionsBinom_Dist_RangeParameterSetBuilder withProbabilityS(@Nullable com.google.gson.JsonElement val) Sets the ProbabilityS- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withNumberS
@Nonnull public WorkbookFunctionsBinom_Dist_RangeParameterSet.WorkbookFunctionsBinom_Dist_RangeParameterSetBuilder withNumberS(@Nullable com.google.gson.JsonElement val) Sets the NumberS- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withNumberS2
@Nonnull public WorkbookFunctionsBinom_Dist_RangeParameterSet.WorkbookFunctionsBinom_Dist_RangeParameterSetBuilder withNumberS2(@Nullable com.google.gson.JsonElement val) Sets the NumberS2- 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
-