Package com.microsoft.graph.models
Class WorkbookFunctionsFvParameterSet.WorkbookFunctionsFvParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsFvParameterSet.WorkbookFunctionsFvParameterSetBuilder
- Enclosing class:
WorkbookFunctionsFvParameterSet
public static final class WorkbookFunctionsFvParameterSet.WorkbookFunctionsFvParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsFvParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe nper parameter valueprotected com.google.gson.JsonElementThe pmt 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 WorkbookFunctionsFvParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithNper(com.google.gson.JsonElement val) Sets the NperwithPmt(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 -
nper
@Nullable protected com.google.gson.JsonElement nperThe nper parameter value -
pmt
@Nullable protected com.google.gson.JsonElement pmtThe pmt parameter value -
pv
@Nullable protected com.google.gson.JsonElement pvThe pv parameter value -
type
@Nullable protected com.google.gson.JsonElement typeThe type parameter value
-
-
Constructor Details
-
WorkbookFunctionsFvParameterSetBuilder
@Nullable protected WorkbookFunctionsFvParameterSetBuilder()Instanciates a new WorkbookFunctionsFvParameterSetBuilder
-
-
Method Details
-
withRate
@Nonnull public WorkbookFunctionsFvParameterSet.WorkbookFunctionsFvParameterSetBuilder 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 WorkbookFunctionsFvParameterSet.WorkbookFunctionsFvParameterSetBuilder withNper(@Nullable com.google.gson.JsonElement val) Sets the Nper- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withPmt
@Nonnull public WorkbookFunctionsFvParameterSet.WorkbookFunctionsFvParameterSetBuilder 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 WorkbookFunctionsFvParameterSet.WorkbookFunctionsFvParameterSetBuilder withPv(@Nullable com.google.gson.JsonElement val) Sets the Pv- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withType
@Nonnull public WorkbookFunctionsFvParameterSet.WorkbookFunctionsFvParameterSetBuilder 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
-