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