Package com.microsoft.graph.models
Class WorkbookFunctionsNorm_DistParameterSet.WorkbookFunctionsNorm_DistParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsNorm_DistParameterSet.WorkbookFunctionsNorm_DistParameterSetBuilder
- Enclosing class:
WorkbookFunctionsNorm_DistParameterSet
public static final class WorkbookFunctionsNorm_DistParameterSet.WorkbookFunctionsNorm_DistParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsNorm_DistParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe cumulative parameter valueprotected com.google.gson.JsonElementThe mean parameter valueprotected com.google.gson.JsonElementThe standardDev parameter valueprotected com.google.gson.JsonElementThe x parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsNorm_DistParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithCumulative(com.google.gson.JsonElement val) Sets the CumulativewithMean(com.google.gson.JsonElement val) Sets the MeanwithStandardDev(com.google.gson.JsonElement val) Sets the StandardDevwithX(com.google.gson.JsonElement val) Sets the X
-
Field Details
-
x
@Nullable protected com.google.gson.JsonElement xThe x parameter value -
mean
@Nullable protected com.google.gson.JsonElement meanThe mean parameter value -
standardDev
@Nullable protected com.google.gson.JsonElement standardDevThe standardDev parameter value -
cumulative
@Nullable protected com.google.gson.JsonElement cumulativeThe cumulative parameter value
-
-
Constructor Details
-
WorkbookFunctionsNorm_DistParameterSetBuilder
@Nullable protected WorkbookFunctionsNorm_DistParameterSetBuilder()Instanciates a new WorkbookFunctionsNorm_DistParameterSetBuilder
-
-
Method Details
-
withX
@Nonnull public WorkbookFunctionsNorm_DistParameterSet.WorkbookFunctionsNorm_DistParameterSetBuilder withX(@Nullable com.google.gson.JsonElement val) Sets the X- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withMean
@Nonnull public WorkbookFunctionsNorm_DistParameterSet.WorkbookFunctionsNorm_DistParameterSetBuilder withMean(@Nullable com.google.gson.JsonElement val) Sets the Mean- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withStandardDev
@Nonnull public WorkbookFunctionsNorm_DistParameterSet.WorkbookFunctionsNorm_DistParameterSetBuilder withStandardDev(@Nullable com.google.gson.JsonElement val) Sets the StandardDev- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withCumulative
@Nonnull public WorkbookFunctionsNorm_DistParameterSet.WorkbookFunctionsNorm_DistParameterSetBuilder withCumulative(@Nullable com.google.gson.JsonElement val) Sets the Cumulative- 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
-