Package com.microsoft.graph.models
Class WorkbookFunctionsNorm_InvParameterSet.WorkbookFunctionsNorm_InvParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsNorm_InvParameterSet.WorkbookFunctionsNorm_InvParameterSetBuilder
- Enclosing class:
WorkbookFunctionsNorm_InvParameterSet
public static final class WorkbookFunctionsNorm_InvParameterSet.WorkbookFunctionsNorm_InvParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsNorm_InvParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe mean parameter valueprotected com.google.gson.JsonElementThe probability parameter valueprotected com.google.gson.JsonElementThe standardDev parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsNorm_InvParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithMean(com.google.gson.JsonElement val) Sets the MeanwithProbability(com.google.gson.JsonElement val) Sets the ProbabilitywithStandardDev(com.google.gson.JsonElement val) Sets the StandardDev
-
Field Details
-
probability
@Nullable protected com.google.gson.JsonElement probabilityThe probability parameter value -
mean
@Nullable protected com.google.gson.JsonElement meanThe mean parameter value -
standardDev
@Nullable protected com.google.gson.JsonElement standardDevThe standardDev parameter value
-
-
Constructor Details
-
WorkbookFunctionsNorm_InvParameterSetBuilder
@Nullable protected WorkbookFunctionsNorm_InvParameterSetBuilder()Instanciates a new WorkbookFunctionsNorm_InvParameterSetBuilder
-
-
Method Details
-
withProbability
@Nonnull public WorkbookFunctionsNorm_InvParameterSet.WorkbookFunctionsNorm_InvParameterSetBuilder withProbability(@Nullable com.google.gson.JsonElement val) Sets the Probability- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withMean
@Nonnull public WorkbookFunctionsNorm_InvParameterSet.WorkbookFunctionsNorm_InvParameterSetBuilder 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_InvParameterSet.WorkbookFunctionsNorm_InvParameterSetBuilder withStandardDev(@Nullable com.google.gson.JsonElement val) Sets the StandardDev- 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
-