Package com.microsoft.graph.models
Class WorkbookFunctionsDbParameterSet.WorkbookFunctionsDbParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsDbParameterSet.WorkbookFunctionsDbParameterSetBuilder
- Enclosing class:
WorkbookFunctionsDbParameterSet
public static final class WorkbookFunctionsDbParameterSet.WorkbookFunctionsDbParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsDbParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElement
The cost parameter valueprotected com.google.gson.JsonElement
The life parameter valueprotected com.google.gson.JsonElement
The month parameter valueprotected com.google.gson.JsonElement
The period parameter valueprotected com.google.gson.JsonElement
The salvage parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsDbParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithCost
(com.google.gson.JsonElement val) Sets the CostwithLife
(com.google.gson.JsonElement val) Sets the LifewithMonth
(com.google.gson.JsonElement val) Sets the MonthwithPeriod
(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 -
month
@Nullable protected com.google.gson.JsonElement monthThe month parameter value
-
-
Constructor Details
-
WorkbookFunctionsDbParameterSetBuilder
@Nullable protected WorkbookFunctionsDbParameterSetBuilder()Instanciates a new WorkbookFunctionsDbParameterSetBuilder
-
-
Method Details
-
withCost
@Nonnull public WorkbookFunctionsDbParameterSet.WorkbookFunctionsDbParameterSetBuilder 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 WorkbookFunctionsDbParameterSet.WorkbookFunctionsDbParameterSetBuilder 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 WorkbookFunctionsDbParameterSet.WorkbookFunctionsDbParameterSetBuilder 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 WorkbookFunctionsDbParameterSet.WorkbookFunctionsDbParameterSetBuilder withPeriod(@Nullable com.google.gson.JsonElement val) Sets the Period- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withMonth
@Nonnull public WorkbookFunctionsDbParameterSet.WorkbookFunctionsDbParameterSetBuilder withMonth(@Nullable com.google.gson.JsonElement val) Sets the Month- 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
-