Package com.microsoft.graph.models
Class WorkbookFunctionsNegBinom_DistParameterSet.WorkbookFunctionsNegBinom_DistParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsNegBinom_DistParameterSet.WorkbookFunctionsNegBinom_DistParameterSetBuilder
- Enclosing class:
WorkbookFunctionsNegBinom_DistParameterSet
public static final class WorkbookFunctionsNegBinom_DistParameterSet.WorkbookFunctionsNegBinom_DistParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsNegBinom_DistParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe cumulative parameter valueprotected com.google.gson.JsonElementThe numberF parameter valueprotected com.google.gson.JsonElementThe numberS parameter valueprotected com.google.gson.JsonElementThe probabilityS parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsNegBinom_DistParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithCumulative(com.google.gson.JsonElement val) Sets the CumulativewithNumberF(com.google.gson.JsonElement val) Sets the NumberFwithNumberS(com.google.gson.JsonElement val) Sets the NumberSwithProbabilityS(com.google.gson.JsonElement val) Sets the ProbabilityS
-
Field Details
-
numberF
@Nullable protected com.google.gson.JsonElement numberFThe numberF parameter value -
numberS
@Nullable protected com.google.gson.JsonElement numberSThe numberS 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
-
WorkbookFunctionsNegBinom_DistParameterSetBuilder
@Nullable protected WorkbookFunctionsNegBinom_DistParameterSetBuilder()Instanciates a new WorkbookFunctionsNegBinom_DistParameterSetBuilder
-
-
Method Details
-
withNumberF
@Nonnull public WorkbookFunctionsNegBinom_DistParameterSet.WorkbookFunctionsNegBinom_DistParameterSetBuilder withNumberF(@Nullable com.google.gson.JsonElement val) Sets the NumberF- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withNumberS
@Nonnull public WorkbookFunctionsNegBinom_DistParameterSet.WorkbookFunctionsNegBinom_DistParameterSetBuilder withNumberS(@Nullable com.google.gson.JsonElement val) Sets the NumberS- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withProbabilityS
@Nonnull public WorkbookFunctionsNegBinom_DistParameterSet.WorkbookFunctionsNegBinom_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 WorkbookFunctionsNegBinom_DistParameterSet.WorkbookFunctionsNegBinom_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
-