Package com.microsoft.graph.models
Class WorkbookFunctionsDdbParameterSet.WorkbookFunctionsDdbParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsDdbParameterSet.WorkbookFunctionsDdbParameterSetBuilder
- Enclosing class:
WorkbookFunctionsDdbParameterSet
public static final class WorkbookFunctionsDdbParameterSet.WorkbookFunctionsDdbParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsDdbParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe cost parameter valueprotected com.google.gson.JsonElementThe factor parameter valueprotected com.google.gson.JsonElementThe life parameter valueprotected com.google.gson.JsonElementThe period parameter valueprotected com.google.gson.JsonElementThe salvage parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsDdbParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithCost(com.google.gson.JsonElement val) Sets the CostwithFactor(com.google.gson.JsonElement val) Sets the FactorwithLife(com.google.gson.JsonElement val) Sets the LifewithPeriod(com.google.gson.JsonElement val) Sets the PeriodwithSalvage(com.google.gson.JsonElement val) Sets the Salvage
-
Field Details
-
cost
@Nullable protected com.google.gson.JsonElement costThe cost parameter value -
salvage
@Nullable protected com.google.gson.JsonElement salvageThe salvage parameter value -
life
@Nullable protected com.google.gson.JsonElement lifeThe life parameter value -
period
@Nullable protected com.google.gson.JsonElement periodThe period parameter value -
factor
@Nullable protected com.google.gson.JsonElement factorThe factor parameter value
-
-
Constructor Details
-
WorkbookFunctionsDdbParameterSetBuilder
@Nullable protected WorkbookFunctionsDdbParameterSetBuilder()Instanciates a new WorkbookFunctionsDdbParameterSetBuilder
-
-
Method Details
-
withCost
@Nonnull public WorkbookFunctionsDdbParameterSet.WorkbookFunctionsDdbParameterSetBuilder withCost(@Nullable com.google.gson.JsonElement val) Sets the Cost- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withSalvage
@Nonnull public WorkbookFunctionsDdbParameterSet.WorkbookFunctionsDdbParameterSetBuilder withSalvage(@Nullable com.google.gson.JsonElement val) Sets the Salvage- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withLife
@Nonnull public WorkbookFunctionsDdbParameterSet.WorkbookFunctionsDdbParameterSetBuilder withLife(@Nullable com.google.gson.JsonElement val) Sets the Life- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withPeriod
@Nonnull public WorkbookFunctionsDdbParameterSet.WorkbookFunctionsDdbParameterSetBuilder withPeriod(@Nullable com.google.gson.JsonElement val) Sets the Period- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withFactor
@Nonnull public WorkbookFunctionsDdbParameterSet.WorkbookFunctionsDdbParameterSetBuilder withFactor(@Nullable com.google.gson.JsonElement val) Sets the Factor- 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
-