Package com.microsoft.graph.models
Class WorkbookFunctionsBeta_DistParameterSet.WorkbookFunctionsBeta_DistParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsBeta_DistParameterSet.WorkbookFunctionsBeta_DistParameterSetBuilder
- Enclosing class:
WorkbookFunctionsBeta_DistParameterSet
public static final class WorkbookFunctionsBeta_DistParameterSet.WorkbookFunctionsBeta_DistParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsBeta_DistParameterSet
-
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 cumulative parameter valueprotected com.google.gson.JsonElement
The x parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsBeta_DistParameterSetBuilder -
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 BetawithCumulative
(com.google.gson.JsonElement val) Sets the CumulativewithX
(com.google.gson.JsonElement val) Sets the X
-
Field Details
-
x
@Nullable protected com.google.gson.JsonElement xThe x parameter value -
alpha
@Nullable protected com.google.gson.JsonElement alphaThe alpha parameter value -
beta
@Nullable protected com.google.gson.JsonElement betaThe beta parameter value -
cumulative
@Nullable protected com.google.gson.JsonElement cumulativeThe cumulative 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_DistParameterSetBuilder
@Nullable protected WorkbookFunctionsBeta_DistParameterSetBuilder()Instanciates a new WorkbookFunctionsBeta_DistParameterSetBuilder
-
-
Method Details
-
withX
@Nonnull public WorkbookFunctionsBeta_DistParameterSet.WorkbookFunctionsBeta_DistParameterSetBuilder withX(@Nullable com.google.gson.JsonElement val) Sets the X- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withAlpha
@Nonnull public WorkbookFunctionsBeta_DistParameterSet.WorkbookFunctionsBeta_DistParameterSetBuilder 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_DistParameterSet.WorkbookFunctionsBeta_DistParameterSetBuilder withBeta(@Nullable com.google.gson.JsonElement val) Sets the Beta- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withCumulative
@Nonnull public WorkbookFunctionsBeta_DistParameterSet.WorkbookFunctionsBeta_DistParameterSetBuilder withCumulative(@Nullable com.google.gson.JsonElement val) Sets the Cumulative- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withA
@Nonnull public WorkbookFunctionsBeta_DistParameterSet.WorkbookFunctionsBeta_DistParameterSetBuilder 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_DistParameterSet.WorkbookFunctionsBeta_DistParameterSetBuilder 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
-