Package com.microsoft.graph.models
Class WorkbookFunctionsPercentile_ExcParameterSet.WorkbookFunctionsPercentile_ExcParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsPercentile_ExcParameterSet.WorkbookFunctionsPercentile_ExcParameterSetBuilder
- Enclosing class:
WorkbookFunctionsPercentile_ExcParameterSet
public static final class WorkbookFunctionsPercentile_ExcParameterSet.WorkbookFunctionsPercentile_ExcParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsPercentile_ExcParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsPercentile_ExcParameterSetBuilder -
Method Summary
-
Field Details
-
array
@Nullable protected com.google.gson.JsonElement arrayThe array parameter value -
k
@Nullable protected com.google.gson.JsonElement kThe k parameter value
-
-
Constructor Details
-
WorkbookFunctionsPercentile_ExcParameterSetBuilder
@Nullable protected WorkbookFunctionsPercentile_ExcParameterSetBuilder()Instanciates a new WorkbookFunctionsPercentile_ExcParameterSetBuilder
-
-
Method Details
-
withArray
@Nonnull public WorkbookFunctionsPercentile_ExcParameterSet.WorkbookFunctionsPercentile_ExcParameterSetBuilder withArray(@Nullable com.google.gson.JsonElement val) Sets the Array- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withK
@Nonnull public WorkbookFunctionsPercentile_ExcParameterSet.WorkbookFunctionsPercentile_ExcParameterSetBuilder withK(@Nullable com.google.gson.JsonElement val) Sets the K- 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
-