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