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