Package com.microsoft.graph.models
Class WorkbookFunctionsNpvParameterSet.WorkbookFunctionsNpvParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsNpvParameterSet.WorkbookFunctionsNpvParameterSetBuilder
- Enclosing class:
WorkbookFunctionsNpvParameterSet
public static final class WorkbookFunctionsNpvParameterSet.WorkbookFunctionsNpvParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsNpvParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsNpvParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithRate(com.google.gson.JsonElement val) Sets the RatewithValues(com.google.gson.JsonElement val) Sets the Values
-
Field Details
-
rate
@Nullable protected com.google.gson.JsonElement rateThe rate parameter value -
values
@Nullable protected com.google.gson.JsonElement valuesThe values parameter value
-
-
Constructor Details
-
WorkbookFunctionsNpvParameterSetBuilder
@Nullable protected WorkbookFunctionsNpvParameterSetBuilder()Instanciates a new WorkbookFunctionsNpvParameterSetBuilder
-
-
Method Details
-
withRate
@Nonnull public WorkbookFunctionsNpvParameterSet.WorkbookFunctionsNpvParameterSetBuilder withRate(@Nullable com.google.gson.JsonElement val) Sets the Rate- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withValues
@Nonnull public WorkbookFunctionsNpvParameterSet.WorkbookFunctionsNpvParameterSetBuilder withValues(@Nullable com.google.gson.JsonElement val) Sets the Values- 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
-