public class WorkbookFunctionsTrimMeanParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookFunctionsTrimMeanParameterSet.WorkbookFunctionsTrimMeanParameterSetBuilder
Fluent builder for the WorkbookFunctionsTrimMeanParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
com.google.gson.JsonElement |
array
The array.
|
com.google.gson.JsonElement |
percent
The percent.
|
| Modifier | Constructor and Description |
|---|---|
|
WorkbookFunctionsTrimMeanParameterSet()
Instiaciates a new WorkbookFunctionsTrimMeanParameterSet
|
protected |
WorkbookFunctionsTrimMeanParameterSet(WorkbookFunctionsTrimMeanParameterSet.WorkbookFunctionsTrimMeanParameterSetBuilder builder)
Instiaciates a new WorkbookFunctionsTrimMeanParameterSet
|
| 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 WorkbookFunctionsTrimMeanParameterSet.WorkbookFunctionsTrimMeanParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="array",
alternate="Array")
@Expose
@Nullable
public com.google.gson.JsonElement array
@SerializedName(value="percent",
alternate="Percent")
@Expose
@Nullable
public com.google.gson.JsonElement percent
public WorkbookFunctionsTrimMeanParameterSet()
protected WorkbookFunctionsTrimMeanParameterSet(@Nonnull
WorkbookFunctionsTrimMeanParameterSet.WorkbookFunctionsTrimMeanParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static WorkbookFunctionsTrimMeanParameterSet.WorkbookFunctionsTrimMeanParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()