Package com.microsoft.graph.models
Class WorkbookFunctionsSlnParameterSet.WorkbookFunctionsSlnParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsSlnParameterSet.WorkbookFunctionsSlnParameterSetBuilder
- Enclosing class:
WorkbookFunctionsSlnParameterSet
public static final class WorkbookFunctionsSlnParameterSet.WorkbookFunctionsSlnParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsSlnParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsSlnParameterSetBuilder -
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 LifewithSalvage(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
-
-
Constructor Details
-
WorkbookFunctionsSlnParameterSetBuilder
@Nullable protected WorkbookFunctionsSlnParameterSetBuilder()Instanciates a new WorkbookFunctionsSlnParameterSetBuilder
-
-
Method Details
-
withCost
@Nonnull public WorkbookFunctionsSlnParameterSet.WorkbookFunctionsSlnParameterSetBuilder 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 WorkbookFunctionsSlnParameterSet.WorkbookFunctionsSlnParameterSetBuilder 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 WorkbookFunctionsSlnParameterSet.WorkbookFunctionsSlnParameterSetBuilder withLife(@Nullable com.google.gson.JsonElement val) Sets the Life- 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
-