Package com.microsoft.graph.models
Class WorkbookFunctionsExpon_DistParameterSet.WorkbookFunctionsExpon_DistParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsExpon_DistParameterSet.WorkbookFunctionsExpon_DistParameterSetBuilder
- Enclosing class:
WorkbookFunctionsExpon_DistParameterSet
public static final class WorkbookFunctionsExpon_DistParameterSet.WorkbookFunctionsExpon_DistParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsExpon_DistParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElement
The cumulative parameter valueprotected com.google.gson.JsonElement
The lambda parameter valueprotected com.google.gson.JsonElement
The x parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsExpon_DistParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithCumulative
(com.google.gson.JsonElement val) Sets the CumulativewithLambda
(com.google.gson.JsonElement val) Sets the LambdawithX
(com.google.gson.JsonElement val) Sets the X
-
Field Details
-
x
@Nullable protected com.google.gson.JsonElement xThe x parameter value -
lambda
@Nullable protected com.google.gson.JsonElement lambdaThe lambda parameter value -
cumulative
@Nullable protected com.google.gson.JsonElement cumulativeThe cumulative parameter value
-
-
Constructor Details
-
WorkbookFunctionsExpon_DistParameterSetBuilder
@Nullable protected WorkbookFunctionsExpon_DistParameterSetBuilder()Instanciates a new WorkbookFunctionsExpon_DistParameterSetBuilder
-
-
Method Details
-
withX
@Nonnull public WorkbookFunctionsExpon_DistParameterSet.WorkbookFunctionsExpon_DistParameterSetBuilder withX(@Nullable com.google.gson.JsonElement val) Sets the X- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withLambda
@Nonnull public WorkbookFunctionsExpon_DistParameterSet.WorkbookFunctionsExpon_DistParameterSetBuilder withLambda(@Nullable com.google.gson.JsonElement val) Sets the Lambda- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withCumulative
@Nonnull public WorkbookFunctionsExpon_DistParameterSet.WorkbookFunctionsExpon_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
-