Package com.microsoft.graph.models
Class WorkbookFunctionsBeta_InvParameterSet.WorkbookFunctionsBeta_InvParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsBeta_InvParameterSet.WorkbookFunctionsBeta_InvParameterSetBuilder
- Enclosing class:
WorkbookFunctionsBeta_InvParameterSet
public static final class WorkbookFunctionsBeta_InvParameterSet.WorkbookFunctionsBeta_InvParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsBeta_InvParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElement
The a parameter valueprotected com.google.gson.JsonElement
The alpha parameter valueprotected com.google.gson.JsonElement
The b parameter valueprotected com.google.gson.JsonElement
The beta parameter valueprotected com.google.gson.JsonElement
The probability parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsBeta_InvParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithA
(com.google.gson.JsonElement val) Sets the AwithAlpha
(com.google.gson.JsonElement val) Sets the AlphawithB
(com.google.gson.JsonElement val) Sets the BwithBeta
(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 -
a
@Nullable protected com.google.gson.JsonElement aThe a parameter value -
b
@Nullable protected com.google.gson.JsonElement bThe b parameter value
-
-
Constructor Details
-
WorkbookFunctionsBeta_InvParameterSetBuilder
@Nullable protected WorkbookFunctionsBeta_InvParameterSetBuilder()Instanciates a new WorkbookFunctionsBeta_InvParameterSetBuilder
-
-
Method Details
-
withProbability
@Nonnull public WorkbookFunctionsBeta_InvParameterSet.WorkbookFunctionsBeta_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 WorkbookFunctionsBeta_InvParameterSet.WorkbookFunctionsBeta_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 WorkbookFunctionsBeta_InvParameterSet.WorkbookFunctionsBeta_InvParameterSetBuilder withBeta(@Nullable com.google.gson.JsonElement val) Sets the Beta- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withA
@Nonnull public WorkbookFunctionsBeta_InvParameterSet.WorkbookFunctionsBeta_InvParameterSetBuilder withA(@Nullable com.google.gson.JsonElement val) Sets the A- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withB
@Nonnull public WorkbookFunctionsBeta_InvParameterSet.WorkbookFunctionsBeta_InvParameterSetBuilder withB(@Nullable com.google.gson.JsonElement val) Sets the B- 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
-