Package com.microsoft.graph.models
Class WorkbookFunctionsZ_TestParameterSet.WorkbookFunctionsZ_TestParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsZ_TestParameterSet.WorkbookFunctionsZ_TestParameterSetBuilder
- Enclosing class:
WorkbookFunctionsZ_TestParameterSet
public static final class WorkbookFunctionsZ_TestParameterSet.WorkbookFunctionsZ_TestParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsZ_TestParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsZ_TestParameterSetBuilder -
Method Summary
-
Field Details
-
array
@Nullable protected com.google.gson.JsonElement arrayThe array parameter value -
x
@Nullable protected com.google.gson.JsonElement xThe x parameter value -
sigma
@Nullable protected com.google.gson.JsonElement sigmaThe sigma parameter value
-
-
Constructor Details
-
WorkbookFunctionsZ_TestParameterSetBuilder
@Nullable protected WorkbookFunctionsZ_TestParameterSetBuilder()Instanciates a new WorkbookFunctionsZ_TestParameterSetBuilder
-
-
Method Details
-
withArray
@Nonnull public WorkbookFunctionsZ_TestParameterSet.WorkbookFunctionsZ_TestParameterSetBuilder withArray(@Nullable com.google.gson.JsonElement val) Sets the Array- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withX
@Nonnull public WorkbookFunctionsZ_TestParameterSet.WorkbookFunctionsZ_TestParameterSetBuilder withX(@Nullable com.google.gson.JsonElement val) Sets the X- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withSigma
@Nonnull public WorkbookFunctionsZ_TestParameterSet.WorkbookFunctionsZ_TestParameterSetBuilder withSigma(@Nullable com.google.gson.JsonElement val) Sets the Sigma- 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
-