Package com.microsoft.graph.models
Class WorkbookFunctionsIspmtParameterSet.WorkbookFunctionsIspmtParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsIspmtParameterSet.WorkbookFunctionsIspmtParameterSetBuilder
- Enclosing class:
WorkbookFunctionsIspmtParameterSet
public static final class WorkbookFunctionsIspmtParameterSet.WorkbookFunctionsIspmtParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsIspmtParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe nper parameter valueprotected com.google.gson.JsonElementThe per parameter valueprotected com.google.gson.JsonElementThe pv parameter valueprotected com.google.gson.JsonElementThe rate parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsIspmtParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithNper(com.google.gson.JsonElement val) Sets the NperwithPer(com.google.gson.JsonElement val) Sets the PerwithPv(com.google.gson.JsonElement val) Sets the PvwithRate(com.google.gson.JsonElement val) Sets the Rate
-
Field Details
-
rate
@Nullable protected com.google.gson.JsonElement rateThe rate parameter value -
per
@Nullable protected com.google.gson.JsonElement perThe per parameter value -
nper
@Nullable protected com.google.gson.JsonElement nperThe nper parameter value -
pv
@Nullable protected com.google.gson.JsonElement pvThe pv parameter value
-
-
Constructor Details
-
WorkbookFunctionsIspmtParameterSetBuilder
@Nullable protected WorkbookFunctionsIspmtParameterSetBuilder()Instanciates a new WorkbookFunctionsIspmtParameterSetBuilder
-
-
Method Details
-
withRate
@Nonnull public WorkbookFunctionsIspmtParameterSet.WorkbookFunctionsIspmtParameterSetBuilder withRate(@Nullable com.google.gson.JsonElement val) Sets the Rate- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withPer
@Nonnull public WorkbookFunctionsIspmtParameterSet.WorkbookFunctionsIspmtParameterSetBuilder withPer(@Nullable com.google.gson.JsonElement val) Sets the Per- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withNper
@Nonnull public WorkbookFunctionsIspmtParameterSet.WorkbookFunctionsIspmtParameterSetBuilder 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 WorkbookFunctionsIspmtParameterSet.WorkbookFunctionsIspmtParameterSetBuilder withPv(@Nullable com.google.gson.JsonElement val) Sets the Pv- 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
-