Package com.microsoft.graph.models
Class WorkbookFunctionsPmtParameterSet.WorkbookFunctionsPmtParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsPmtParameterSet.WorkbookFunctionsPmtParameterSetBuilder
- Enclosing class:
WorkbookFunctionsPmtParameterSet
public static final class WorkbookFunctionsPmtParameterSet.WorkbookFunctionsPmtParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsPmtParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe fv parameter valueprotected com.google.gson.JsonElementThe nper parameter valueprotected com.google.gson.JsonElementThe pv parameter valueprotected com.google.gson.JsonElementThe rate parameter valueprotected com.google.gson.JsonElementThe type parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsPmtParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithFv(com.google.gson.JsonElement val) Sets the FvwithNper(com.google.gson.JsonElement val) Sets the NperwithPv(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 -
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 -
type
@Nullable protected com.google.gson.JsonElement typeThe type parameter value
-
-
Constructor Details
-
WorkbookFunctionsPmtParameterSetBuilder
@Nullable protected WorkbookFunctionsPmtParameterSetBuilder()Instanciates a new WorkbookFunctionsPmtParameterSetBuilder
-
-
Method Details
-
withRate
@Nonnull public WorkbookFunctionsPmtParameterSet.WorkbookFunctionsPmtParameterSetBuilder withRate(@Nullable com.google.gson.JsonElement val) Sets the Rate- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withNper
@Nonnull public WorkbookFunctionsPmtParameterSet.WorkbookFunctionsPmtParameterSetBuilder 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 WorkbookFunctionsPmtParameterSet.WorkbookFunctionsPmtParameterSetBuilder 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 WorkbookFunctionsPmtParameterSet.WorkbookFunctionsPmtParameterSetBuilder 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 WorkbookFunctionsPmtParameterSet.WorkbookFunctionsPmtParameterSetBuilder 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
-