Package com.microsoft.graph.models
Class WorkbookFunctionsPvParameterSet.WorkbookFunctionsPvParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsPvParameterSet.WorkbookFunctionsPvParameterSetBuilder
- Enclosing class:
WorkbookFunctionsPvParameterSet
public static final class WorkbookFunctionsPvParameterSet.WorkbookFunctionsPvParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsPvParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe fv parameter valueprotected com.google.gson.JsonElementThe nper parameter valueprotected com.google.gson.JsonElementThe pmt parameter valueprotected com.google.gson.JsonElementThe rate parameter valueprotected com.google.gson.JsonElementThe type parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsPvParameterSetBuilder -
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 NperwithPmt(com.google.gson.JsonElement val) Sets the PmtwithRate(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 -
fv
@Nullable protected com.google.gson.JsonElement fvThe fv parameter value -
type
@Nullable protected com.google.gson.JsonElement typeThe type parameter value
-
-
Constructor Details
-
WorkbookFunctionsPvParameterSetBuilder
@Nullable protected WorkbookFunctionsPvParameterSetBuilder()Instanciates a new WorkbookFunctionsPvParameterSetBuilder
-
-
Method Details
-
withRate
@Nonnull public WorkbookFunctionsPvParameterSet.WorkbookFunctionsPvParameterSetBuilder 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 WorkbookFunctionsPvParameterSet.WorkbookFunctionsPvParameterSetBuilder 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 WorkbookFunctionsPvParameterSet.WorkbookFunctionsPvParameterSetBuilder withPmt(@Nullable com.google.gson.JsonElement val) Sets the Pmt- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withFv
@Nonnull public WorkbookFunctionsPvParameterSet.WorkbookFunctionsPvParameterSetBuilder 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 WorkbookFunctionsPvParameterSet.WorkbookFunctionsPvParameterSetBuilder 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
-