Package com.microsoft.graph.models
Class WorkbookFunctionsPdurationParameterSet.WorkbookFunctionsPdurationParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsPdurationParameterSet.WorkbookFunctionsPdurationParameterSetBuilder
- Enclosing class:
- WorkbookFunctionsPdurationParameterSet
public static final class WorkbookFunctionsPdurationParameterSet.WorkbookFunctionsPdurationParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsPdurationParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsPdurationParameterSetBuilder -
Method Summary
-
Field Details
-
rate
@Nullable protected com.google.gson.JsonElement rateThe rate 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
-
WorkbookFunctionsPdurationParameterSetBuilder
@Nullable protected WorkbookFunctionsPdurationParameterSetBuilder()Instanciates a new WorkbookFunctionsPdurationParameterSetBuilder
-
-
Method Details
-
withRate
@Nonnull public WorkbookFunctionsPdurationParameterSet.WorkbookFunctionsPdurationParameterSetBuilder withRate(@Nullable com.google.gson.JsonElement val) Sets the Rate- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withPv
@Nonnull public WorkbookFunctionsPdurationParameterSet.WorkbookFunctionsPdurationParameterSetBuilder 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 WorkbookFunctionsPdurationParameterSet.WorkbookFunctionsPdurationParameterSetBuilder 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
-