Package com.microsoft.graph.models
Class WorkbookFunctionsNominalParameterSet.WorkbookFunctionsNominalParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsNominalParameterSet.WorkbookFunctionsNominalParameterSetBuilder
- Enclosing class:
WorkbookFunctionsNominalParameterSet
public static final class WorkbookFunctionsNominalParameterSet.WorkbookFunctionsNominalParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsNominalParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe effectRate parameter valueprotected com.google.gson.JsonElementThe npery parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsNominalParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithEffectRate(com.google.gson.JsonElement val) Sets the EffectRatewithNpery(com.google.gson.JsonElement val) Sets the Npery
-
Field Details
-
effectRate
@Nullable protected com.google.gson.JsonElement effectRateThe effectRate parameter value -
npery
@Nullable protected com.google.gson.JsonElement nperyThe npery parameter value
-
-
Constructor Details
-
WorkbookFunctionsNominalParameterSetBuilder
@Nullable protected WorkbookFunctionsNominalParameterSetBuilder()Instanciates a new WorkbookFunctionsNominalParameterSetBuilder
-
-
Method Details
-
withEffectRate
@Nonnull public WorkbookFunctionsNominalParameterSet.WorkbookFunctionsNominalParameterSetBuilder withEffectRate(@Nullable com.google.gson.JsonElement val) Sets the EffectRate- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withNpery
@Nonnull public WorkbookFunctionsNominalParameterSet.WorkbookFunctionsNominalParameterSetBuilder 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
-