Package com.microsoft.graph.models
Class WorkbookFunctionsNperParameterSet.WorkbookFunctionsNperParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsNperParameterSet.WorkbookFunctionsNperParameterSetBuilder
- Enclosing class:
- WorkbookFunctionsNperParameterSet
public static final class WorkbookFunctionsNperParameterSet.WorkbookFunctionsNperParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsNperParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElement
The fv parameter valueprotected com.google.gson.JsonElement
The pmt parameter valueprotected com.google.gson.JsonElement
The pv parameter valueprotected com.google.gson.JsonElement
The rate parameter valueprotected com.google.gson.JsonElement
The type parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsNperParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithFv
(com.google.gson.JsonElement val) Sets the FvwithPmt
(com.google.gson.JsonElement val) Sets the PmtwithPv
(com.google.gson.JsonElement val) Sets the PvwithRate
(com.google.gson.JsonElement val) Sets the RatewithType
(com.google.gson.JsonElement val) Sets the Type
-
Field Details
-
rate
@Nullable protected com.google.gson.JsonElement rateThe rate parameter value -
pmt
@Nullable protected com.google.gson.JsonElement pmtThe pmt parameter value -
pv
@Nullable protected com.google.gson.JsonElement pvThe pv parameter value -
fv
@Nullable protected com.google.gson.JsonElement fvThe fv parameter value -
type
@Nullable protected com.google.gson.JsonElement typeThe type parameter value
-
-
Constructor Details
-
WorkbookFunctionsNperParameterSetBuilder
@Nullable protected WorkbookFunctionsNperParameterSetBuilder()Instanciates a new WorkbookFunctionsNperParameterSetBuilder
-
-
Method Details
-
withRate
@Nonnull public WorkbookFunctionsNperParameterSet.WorkbookFunctionsNperParameterSetBuilder withRate(@Nullable com.google.gson.JsonElement val) Sets the Rate- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withPmt
@Nonnull public WorkbookFunctionsNperParameterSet.WorkbookFunctionsNperParameterSetBuilder withPmt(@Nullable com.google.gson.JsonElement val) Sets the Pmt- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withPv
@Nonnull public WorkbookFunctionsNperParameterSet.WorkbookFunctionsNperParameterSetBuilder 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 WorkbookFunctionsNperParameterSet.WorkbookFunctionsNperParameterSetBuilder withFv(@Nullable com.google.gson.JsonElement val) Sets the Fv- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withType
@Nonnull public WorkbookFunctionsNperParameterSet.WorkbookFunctionsNperParameterSetBuilder withType(@Nullable com.google.gson.JsonElement val) Sets the Type- 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
-