Package com.microsoft.graph.models
Class WorkbookFunctionsConfidence_TParameterSet.WorkbookFunctionsConfidence_TParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsConfidence_TParameterSet.WorkbookFunctionsConfidence_TParameterSetBuilder
- Enclosing class:
- WorkbookFunctionsConfidence_TParameterSet
public static final class WorkbookFunctionsConfidence_TParameterSet.WorkbookFunctionsConfidence_TParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsConfidence_TParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElement
The alpha parameter valueprotected com.google.gson.JsonElement
The size parameter valueprotected com.google.gson.JsonElement
The standardDev parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsConfidence_TParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithAlpha
(com.google.gson.JsonElement val) Sets the AlphawithSize
(com.google.gson.JsonElement val) Sets the SizewithStandardDev
(com.google.gson.JsonElement val) Sets the StandardDev
-
Field Details
-
alpha
@Nullable protected com.google.gson.JsonElement alphaThe alpha parameter value -
standardDev
@Nullable protected com.google.gson.JsonElement standardDevThe standardDev parameter value -
size
@Nullable protected com.google.gson.JsonElement sizeThe size parameter value
-
-
Constructor Details
-
WorkbookFunctionsConfidence_TParameterSetBuilder
@Nullable protected WorkbookFunctionsConfidence_TParameterSetBuilder()Instanciates a new WorkbookFunctionsConfidence_TParameterSetBuilder
-
-
Method Details
-
withAlpha
@Nonnull public WorkbookFunctionsConfidence_TParameterSet.WorkbookFunctionsConfidence_TParameterSetBuilder withAlpha(@Nullable com.google.gson.JsonElement val) Sets the Alpha- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withStandardDev
@Nonnull public WorkbookFunctionsConfidence_TParameterSet.WorkbookFunctionsConfidence_TParameterSetBuilder withStandardDev(@Nullable com.google.gson.JsonElement val) Sets the StandardDev- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withSize
@Nonnull public WorkbookFunctionsConfidence_TParameterSet.WorkbookFunctionsConfidence_TParameterSetBuilder withSize(@Nullable com.google.gson.JsonElement val) Sets the Size- 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
-