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