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