Package com.microsoft.graph.models
Class WorkbookFunctionsNorm_S_DistParameterSet.WorkbookFunctionsNorm_S_DistParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsNorm_S_DistParameterSet.WorkbookFunctionsNorm_S_DistParameterSetBuilder
- Enclosing class:
WorkbookFunctionsNorm_S_DistParameterSet
public static final class WorkbookFunctionsNorm_S_DistParameterSet.WorkbookFunctionsNorm_S_DistParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsNorm_S_DistParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe cumulative parameter valueprotected com.google.gson.JsonElementThe z parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsNorm_S_DistParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithCumulative(com.google.gson.JsonElement val) Sets the CumulativewithZ(com.google.gson.JsonElement val) Sets the Z
-
Field Details
-
z
@Nullable protected com.google.gson.JsonElement zThe z parameter value -
cumulative
@Nullable protected com.google.gson.JsonElement cumulativeThe cumulative parameter value
-
-
Constructor Details
-
WorkbookFunctionsNorm_S_DistParameterSetBuilder
@Nullable protected WorkbookFunctionsNorm_S_DistParameterSetBuilder()Instanciates a new WorkbookFunctionsNorm_S_DistParameterSetBuilder
-
-
Method Details
-
withZ
@Nonnull public WorkbookFunctionsNorm_S_DistParameterSet.WorkbookFunctionsNorm_S_DistParameterSetBuilder withZ(@Nullable com.google.gson.JsonElement val) Sets the Z- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withCumulative
@Nonnull public WorkbookFunctionsNorm_S_DistParameterSet.WorkbookFunctionsNorm_S_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
-