Package com.microsoft.graph.models
Class WorkbookFunctionsErf_PreciseParameterSet.WorkbookFunctionsErf_PreciseParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsErf_PreciseParameterSet.WorkbookFunctionsErf_PreciseParameterSetBuilder
- Enclosing class:
WorkbookFunctionsErf_PreciseParameterSet
public static final class WorkbookFunctionsErf_PreciseParameterSet.WorkbookFunctionsErf_PreciseParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsErf_PreciseParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsErf_PreciseParameterSetBuilder -
Method Summary
-
Field Details
-
x
@Nullable protected com.google.gson.JsonElement xThe x parameter value
-
-
Constructor Details
-
WorkbookFunctionsErf_PreciseParameterSetBuilder
@Nullable protected WorkbookFunctionsErf_PreciseParameterSetBuilder()Instanciates a new WorkbookFunctionsErf_PreciseParameterSetBuilder
-
-
Method Details
-
withX
@Nonnull public WorkbookFunctionsErf_PreciseParameterSet.WorkbookFunctionsErf_PreciseParameterSetBuilder withX(@Nullable com.google.gson.JsonElement val) Sets the X- 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
-