Package com.microsoft.graph.models
Class WorkbookFunctionsTrimMeanParameterSet.WorkbookFunctionsTrimMeanParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsTrimMeanParameterSet.WorkbookFunctionsTrimMeanParameterSetBuilder
- Enclosing class:
WorkbookFunctionsTrimMeanParameterSet
public static final class WorkbookFunctionsTrimMeanParameterSet.WorkbookFunctionsTrimMeanParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsTrimMeanParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsTrimMeanParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithArray(com.google.gson.JsonElement val) Sets the ArraywithPercent(com.google.gson.JsonElement val) Sets the Percent
-
Field Details
-
array
@Nullable protected com.google.gson.JsonElement arrayThe array parameter value -
percent
@Nullable protected com.google.gson.JsonElement percentThe percent parameter value
-
-
Constructor Details
-
WorkbookFunctionsTrimMeanParameterSetBuilder
@Nullable protected WorkbookFunctionsTrimMeanParameterSetBuilder()Instanciates a new WorkbookFunctionsTrimMeanParameterSetBuilder
-
-
Method Details
-
withArray
@Nonnull public WorkbookFunctionsTrimMeanParameterSet.WorkbookFunctionsTrimMeanParameterSetBuilder withArray(@Nullable com.google.gson.JsonElement val) Sets the Array- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withPercent
@Nonnull public WorkbookFunctionsTrimMeanParameterSet.WorkbookFunctionsTrimMeanParameterSetBuilder withPercent(@Nullable com.google.gson.JsonElement val) Sets the Percent- 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
-