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