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