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