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