Package com.microsoft.graph.models
Class WorkbookFunctionsImSumParameterSet.WorkbookFunctionsImSumParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsImSumParameterSet.WorkbookFunctionsImSumParameterSetBuilder
- Enclosing class:
WorkbookFunctionsImSumParameterSet
public static final class WorkbookFunctionsImSumParameterSet.WorkbookFunctionsImSumParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsImSumParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe values parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsImSumParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithValues(com.google.gson.JsonElement val) Sets the Values
-
Field Details
-
values
@Nullable protected com.google.gson.JsonElement valuesThe values parameter value
-
-
Constructor Details
-
WorkbookFunctionsImSumParameterSetBuilder
@Nullable protected WorkbookFunctionsImSumParameterSetBuilder()Instanciates a new WorkbookFunctionsImSumParameterSetBuilder
-
-
Method Details
-
withValues
@Nonnull public WorkbookFunctionsImSumParameterSet.WorkbookFunctionsImSumParameterSetBuilder withValues(@Nullable com.google.gson.JsonElement val) Sets the Values- 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
-