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