Package com.microsoft.graph.models
Class WorkbookFunctionsMirrParameterSet.WorkbookFunctionsMirrParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsMirrParameterSet.WorkbookFunctionsMirrParameterSetBuilder
- Enclosing class:
WorkbookFunctionsMirrParameterSet
public static final class WorkbookFunctionsMirrParameterSet.WorkbookFunctionsMirrParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsMirrParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe financeRate parameter valueprotected com.google.gson.JsonElementThe reinvestRate parameter valueprotected com.google.gson.JsonElementThe values parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsMirrParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithFinanceRate(com.google.gson.JsonElement val) Sets the FinanceRatewithReinvestRate(com.google.gson.JsonElement val) Sets the ReinvestRatewithValues(com.google.gson.JsonElement val) Sets the Values
-
Field Details
-
values
@Nullable protected com.google.gson.JsonElement valuesThe values parameter value -
financeRate
@Nullable protected com.google.gson.JsonElement financeRateThe financeRate parameter value -
reinvestRate
@Nullable protected com.google.gson.JsonElement reinvestRateThe reinvestRate parameter value
-
-
Constructor Details
-
WorkbookFunctionsMirrParameterSetBuilder
@Nullable protected WorkbookFunctionsMirrParameterSetBuilder()Instanciates a new WorkbookFunctionsMirrParameterSetBuilder
-
-
Method Details
-
withValues
@Nonnull public WorkbookFunctionsMirrParameterSet.WorkbookFunctionsMirrParameterSetBuilder withValues(@Nullable com.google.gson.JsonElement val) Sets the Values- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withFinanceRate
@Nonnull public WorkbookFunctionsMirrParameterSet.WorkbookFunctionsMirrParameterSetBuilder withFinanceRate(@Nullable com.google.gson.JsonElement val) Sets the FinanceRate- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withReinvestRate
@Nonnull public WorkbookFunctionsMirrParameterSet.WorkbookFunctionsMirrParameterSetBuilder withReinvestRate(@Nullable com.google.gson.JsonElement val) Sets the ReinvestRate- 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
-