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