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