Package com.microsoft.graph.models
Class WorkbookFunctionsRriParameterSet.WorkbookFunctionsRriParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsRriParameterSet.WorkbookFunctionsRriParameterSetBuilder
- Enclosing class:
WorkbookFunctionsRriParameterSet
public static final class WorkbookFunctionsRriParameterSet.WorkbookFunctionsRriParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsRriParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsRriParameterSetBuilder -
Method Summary
-
Field Details
-
nper
@Nullable protected com.google.gson.JsonElement nperThe nper parameter value -
pv
@Nullable protected com.google.gson.JsonElement pvThe pv parameter value -
fv
@Nullable protected com.google.gson.JsonElement fvThe fv parameter value
-
-
Constructor Details
-
WorkbookFunctionsRriParameterSetBuilder
@Nullable protected WorkbookFunctionsRriParameterSetBuilder()Instanciates a new WorkbookFunctionsRriParameterSetBuilder
-
-
Method Details
-
withNper
@Nonnull public WorkbookFunctionsRriParameterSet.WorkbookFunctionsRriParameterSetBuilder withNper(@Nullable com.google.gson.JsonElement val) Sets the Nper- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withPv
@Nonnull public WorkbookFunctionsRriParameterSet.WorkbookFunctionsRriParameterSetBuilder withPv(@Nullable com.google.gson.JsonElement val) Sets the Pv- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withFv
@Nonnull public WorkbookFunctionsRriParameterSet.WorkbookFunctionsRriParameterSetBuilder withFv(@Nullable com.google.gson.JsonElement val) Sets the Fv- 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
-