Package com.microsoft.graph.models
Class WorkbookFunctionsRateParameterSet.WorkbookFunctionsRateParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsRateParameterSet.WorkbookFunctionsRateParameterSetBuilder
- Enclosing class:
WorkbookFunctionsRateParameterSet
public static final class WorkbookFunctionsRateParameterSet.WorkbookFunctionsRateParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsRateParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe fv parameter valueprotected com.google.gson.JsonElementThe guess parameter valueprotected 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 type parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsRateParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithFv(com.google.gson.JsonElement val) Sets the FvwithGuess(com.google.gson.JsonElement val) Sets the GuesswithNper(com.google.gson.JsonElement val) Sets the NperwithPmt(com.google.gson.JsonElement val) Sets the PmtwithPv(com.google.gson.JsonElement val) Sets the PvwithType(com.google.gson.JsonElement val) Sets the Type
-
Field Details
-
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 -
fv
@Nullable protected com.google.gson.JsonElement fvThe fv parameter value -
type
@Nullable protected com.google.gson.JsonElement typeThe type parameter value -
guess
@Nullable protected com.google.gson.JsonElement guessThe guess parameter value
-
-
Constructor Details
-
WorkbookFunctionsRateParameterSetBuilder
@Nullable protected WorkbookFunctionsRateParameterSetBuilder()Instanciates a new WorkbookFunctionsRateParameterSetBuilder
-
-
Method Details
-
withNper
@Nonnull public WorkbookFunctionsRateParameterSet.WorkbookFunctionsRateParameterSetBuilder 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 WorkbookFunctionsRateParameterSet.WorkbookFunctionsRateParameterSetBuilder 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 WorkbookFunctionsRateParameterSet.WorkbookFunctionsRateParameterSetBuilder 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 WorkbookFunctionsRateParameterSet.WorkbookFunctionsRateParameterSetBuilder 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 WorkbookFunctionsRateParameterSet.WorkbookFunctionsRateParameterSetBuilder withType(@Nullable com.google.gson.JsonElement val) Sets the Type- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withGuess
@Nonnull public WorkbookFunctionsRateParameterSet.WorkbookFunctionsRateParameterSetBuilder withGuess(@Nullable com.google.gson.JsonElement val) Sets the Guess- 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
-