Package com.microsoft.graph.models
Class WorkbookFunctionsEffectParameterSet.WorkbookFunctionsEffectParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsEffectParameterSet.WorkbookFunctionsEffectParameterSetBuilder
- Enclosing class:
WorkbookFunctionsEffectParameterSet
public static final class WorkbookFunctionsEffectParameterSet.WorkbookFunctionsEffectParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsEffectParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElement
The nominalRate parameter valueprotected com.google.gson.JsonElement
The npery parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsEffectParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithNominalRate
(com.google.gson.JsonElement val) Sets the NominalRatewithNpery
(com.google.gson.JsonElement val) Sets the Npery
-
Field Details
-
nominalRate
@Nullable protected com.google.gson.JsonElement nominalRateThe nominalRate parameter value -
npery
@Nullable protected com.google.gson.JsonElement nperyThe npery parameter value
-
-
Constructor Details
-
WorkbookFunctionsEffectParameterSetBuilder
@Nullable protected WorkbookFunctionsEffectParameterSetBuilder()Instanciates a new WorkbookFunctionsEffectParameterSetBuilder
-
-
Method Details
-
withNominalRate
@Nonnull public WorkbookFunctionsEffectParameterSet.WorkbookFunctionsEffectParameterSetBuilder withNominalRate(@Nullable com.google.gson.JsonElement val) Sets the NominalRate- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withNpery
@Nonnull public WorkbookFunctionsEffectParameterSet.WorkbookFunctionsEffectParameterSetBuilder withNpery(@Nullable com.google.gson.JsonElement val) Sets the Npery- 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
-