Package com.microsoft.graph.models
Class WorkbookFunctionsSeriesSumParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsSeriesSumParameterSet
The class for the Workbook Functions Series Sum Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsSeriesSumParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElementThe coefficients.com.google.gson.JsonElementThe m.com.google.gson.JsonElementThe n.com.google.gson.JsonElementThe x. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsSeriesSumParameterSetprotectedWorkbookFunctionsSeriesSumParameterSet(WorkbookFunctionsSeriesSumParameterSet.WorkbookFunctionsSeriesSumParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsSeriesSumParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
x
@SerializedName(value="x", alternate="X") @Expose @Nullable public com.google.gson.JsonElement xThe x. -
n
@SerializedName(value="n", alternate="N") @Expose @Nullable public com.google.gson.JsonElement nThe n. -
m
@SerializedName(value="m", alternate="M") @Expose @Nullable public com.google.gson.JsonElement mThe m. -
coefficients
@SerializedName(value="coefficients", alternate="Coefficients") @Expose @Nullable public com.google.gson.JsonElement coefficientsThe coefficients.
-
-
Constructor Details
-
WorkbookFunctionsSeriesSumParameterSet
public WorkbookFunctionsSeriesSumParameterSet()Instiaciates a new WorkbookFunctionsSeriesSumParameterSet -
WorkbookFunctionsSeriesSumParameterSet
protected WorkbookFunctionsSeriesSumParameterSet(@Nonnull WorkbookFunctionsSeriesSumParameterSet.WorkbookFunctionsSeriesSumParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsSeriesSumParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsSeriesSumParameterSet.WorkbookFunctionsSeriesSumParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-