Package com.microsoft.graph.models
Class WorkbookFunctionsGamma_InvParameterSet.WorkbookFunctionsGamma_InvParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsGamma_InvParameterSet.WorkbookFunctionsGamma_InvParameterSetBuilder
- Enclosing class:
WorkbookFunctionsGamma_InvParameterSet
public static final class WorkbookFunctionsGamma_InvParameterSet.WorkbookFunctionsGamma_InvParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsGamma_InvParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe alpha parameter valueprotected com.google.gson.JsonElementThe beta parameter valueprotected com.google.gson.JsonElementThe probability parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsGamma_InvParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithAlpha(com.google.gson.JsonElement val) Sets the AlphawithBeta(com.google.gson.JsonElement val) Sets the BetawithProbability(com.google.gson.JsonElement val) Sets the Probability
-
Field Details
-
probability
@Nullable protected com.google.gson.JsonElement probabilityThe probability parameter value -
alpha
@Nullable protected com.google.gson.JsonElement alphaThe alpha parameter value -
beta
@Nullable protected com.google.gson.JsonElement betaThe beta parameter value
-
-
Constructor Details
-
WorkbookFunctionsGamma_InvParameterSetBuilder
@Nullable protected WorkbookFunctionsGamma_InvParameterSetBuilder()Instanciates a new WorkbookFunctionsGamma_InvParameterSetBuilder
-
-
Method Details
-
withProbability
@Nonnull public WorkbookFunctionsGamma_InvParameterSet.WorkbookFunctionsGamma_InvParameterSetBuilder withProbability(@Nullable com.google.gson.JsonElement val) Sets the Probability- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withAlpha
@Nonnull public WorkbookFunctionsGamma_InvParameterSet.WorkbookFunctionsGamma_InvParameterSetBuilder withAlpha(@Nullable com.google.gson.JsonElement val) Sets the Alpha- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withBeta
@Nonnull public WorkbookFunctionsGamma_InvParameterSet.WorkbookFunctionsGamma_InvParameterSetBuilder withBeta(@Nullable com.google.gson.JsonElement val) Sets the Beta- 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
-