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