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