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