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