Package com.microsoft.graph.models
Class WorkbookFunctionsBesselJParameterSet.WorkbookFunctionsBesselJParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsBesselJParameterSet.WorkbookFunctionsBesselJParameterSetBuilder
- Enclosing class:
- WorkbookFunctionsBesselJParameterSet
public static final class WorkbookFunctionsBesselJParameterSet.WorkbookFunctionsBesselJParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsBesselJParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsBesselJParameterSetBuilder -
Method Summary
-
Field Details
-
x
@Nullable protected com.google.gson.JsonElement xThe x parameter value -
n
@Nullable protected com.google.gson.JsonElement nThe n parameter value
-
-
Constructor Details
-
WorkbookFunctionsBesselJParameterSetBuilder
@Nullable protected WorkbookFunctionsBesselJParameterSetBuilder()Instanciates a new WorkbookFunctionsBesselJParameterSetBuilder
-
-
Method Details
-
withX
@Nonnull public WorkbookFunctionsBesselJParameterSet.WorkbookFunctionsBesselJParameterSetBuilder withX(@Nullable com.google.gson.JsonElement val) Sets the X- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withN
@Nonnull public WorkbookFunctionsBesselJParameterSet.WorkbookFunctionsBesselJParameterSetBuilder withN(@Nullable com.google.gson.JsonElement val) Sets the N- 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
-