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