Package com.microsoft.graph.models
Class WorkbookFunctionsBinom_InvParameterSet.WorkbookFunctionsBinom_InvParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsBinom_InvParameterSet.WorkbookFunctionsBinom_InvParameterSetBuilder
- Enclosing class:
WorkbookFunctionsBinom_InvParameterSet
public static final class WorkbookFunctionsBinom_InvParameterSet.WorkbookFunctionsBinom_InvParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsBinom_InvParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe alpha parameter valueprotected com.google.gson.JsonElementThe probabilityS parameter valueprotected com.google.gson.JsonElementThe trials parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsBinom_InvParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithAlpha(com.google.gson.JsonElement val) Sets the AlphawithProbabilityS(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 -
alpha
@Nullable protected com.google.gson.JsonElement alphaThe alpha parameter value
-
-
Constructor Details
-
WorkbookFunctionsBinom_InvParameterSetBuilder
@Nullable protected WorkbookFunctionsBinom_InvParameterSetBuilder()Instanciates a new WorkbookFunctionsBinom_InvParameterSetBuilder
-
-
Method Details
-
withTrials
@Nonnull public WorkbookFunctionsBinom_InvParameterSet.WorkbookFunctionsBinom_InvParameterSetBuilder 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_InvParameterSet.WorkbookFunctionsBinom_InvParameterSetBuilder withProbabilityS(@Nullable com.google.gson.JsonElement val) Sets the ProbabilityS- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withAlpha
@Nonnull public WorkbookFunctionsBinom_InvParameterSet.WorkbookFunctionsBinom_InvParameterSetBuilder withAlpha(@Nullable com.google.gson.JsonElement val) Sets the Alpha- 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
-