Package com.microsoft.graph.models
Class WorkbookFunctionsSydParameterSet.WorkbookFunctionsSydParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsSydParameterSet.WorkbookFunctionsSydParameterSetBuilder
- Enclosing class:
WorkbookFunctionsSydParameterSet
public static final class WorkbookFunctionsSydParameterSet.WorkbookFunctionsSydParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsSydParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe cost parameter valueprotected com.google.gson.JsonElementThe life parameter valueprotected com.google.gson.JsonElementThe per parameter valueprotected com.google.gson.JsonElementThe salvage parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsSydParameterSetBuilder -
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 LifewithPer(com.google.gson.JsonElement val) Sets the PerwithSalvage(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 -
per
@Nullable protected com.google.gson.JsonElement perThe per parameter value
-
-
Constructor Details
-
WorkbookFunctionsSydParameterSetBuilder
@Nullable protected WorkbookFunctionsSydParameterSetBuilder()Instanciates a new WorkbookFunctionsSydParameterSetBuilder
-
-
Method Details
-
withCost
@Nonnull public WorkbookFunctionsSydParameterSet.WorkbookFunctionsSydParameterSetBuilder 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 WorkbookFunctionsSydParameterSet.WorkbookFunctionsSydParameterSetBuilder 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 WorkbookFunctionsSydParameterSet.WorkbookFunctionsSydParameterSetBuilder withLife(@Nullable com.google.gson.JsonElement val) Sets the Life- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withPer
@Nonnull public WorkbookFunctionsSydParameterSet.WorkbookFunctionsSydParameterSetBuilder withPer(@Nullable com.google.gson.JsonElement val) Sets the Per- 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
-