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