Package com.microsoft.graph.models
Class WorkbookFunctionsBesselKParameterSet.WorkbookFunctionsBesselKParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsBesselKParameterSet.WorkbookFunctionsBesselKParameterSetBuilder
- Enclosing class:
WorkbookFunctionsBesselKParameterSet
public static final class WorkbookFunctionsBesselKParameterSet.WorkbookFunctionsBesselKParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsBesselKParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsBesselKParameterSetBuilder -
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
-
WorkbookFunctionsBesselKParameterSetBuilder
@Nullable protected WorkbookFunctionsBesselKParameterSetBuilder()Instanciates a new WorkbookFunctionsBesselKParameterSetBuilder
-
-
Method Details
-
withX
@Nonnull public WorkbookFunctionsBesselKParameterSet.WorkbookFunctionsBesselKParameterSetBuilder 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 WorkbookFunctionsBesselKParameterSet.WorkbookFunctionsBesselKParameterSetBuilder 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
-