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