public class WorkbookFunctionsQuartile_ExcParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookFunctionsQuartile_ExcParameterSet.WorkbookFunctionsQuartile_ExcParameterSetBuilder
Fluent builder for the WorkbookFunctionsQuartile_ExcParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
com.google.gson.JsonElement |
array
The array.
|
com.google.gson.JsonElement |
quart
The quart.
|
| Modifier | Constructor and Description |
|---|---|
|
WorkbookFunctionsQuartile_ExcParameterSet()
Instiaciates a new WorkbookFunctionsQuartile_ExcParameterSet
|
protected |
WorkbookFunctionsQuartile_ExcParameterSet(WorkbookFunctionsQuartile_ExcParameterSet.WorkbookFunctionsQuartile_ExcParameterSetBuilder builder)
Instiaciates a new WorkbookFunctionsQuartile_ExcParameterSet
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.microsoft.graph.options.FunctionOption> |
getFunctionOptions()
Gets the functions options from the properties that have been set
|
static WorkbookFunctionsQuartile_ExcParameterSet.WorkbookFunctionsQuartile_ExcParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="array",
alternate="Array")
@Expose
@Nullable
public com.google.gson.JsonElement array
@SerializedName(value="quart",
alternate="Quart")
@Expose
@Nullable
public com.google.gson.JsonElement quart
public WorkbookFunctionsQuartile_ExcParameterSet()
protected WorkbookFunctionsQuartile_ExcParameterSet(@Nonnull
WorkbookFunctionsQuartile_ExcParameterSet.WorkbookFunctionsQuartile_ExcParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static WorkbookFunctionsQuartile_ExcParameterSet.WorkbookFunctionsQuartile_ExcParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()