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