Package com.microsoft.graph.models
Class WorkbookFunctionsSubtotalParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsSubtotalParameterSet
The class for the Workbook Functions Subtotal Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsSubtotalParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElementThe function Num.com.google.gson.JsonElementThe values. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsSubtotalParameterSetprotectedWorkbookFunctionsSubtotalParameterSet(WorkbookFunctionsSubtotalParameterSet.WorkbookFunctionsSubtotalParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsSubtotalParameterSet -
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
-
functionNum
@SerializedName(value="functionNum", alternate="FunctionNum") @Expose @Nullable public com.google.gson.JsonElement functionNumThe function Num. -
values
@SerializedName(value="values", alternate="Values") @Expose @Nullable public com.google.gson.JsonElement valuesThe values.
-
-
Constructor Details
-
WorkbookFunctionsSubtotalParameterSet
public WorkbookFunctionsSubtotalParameterSet()Instiaciates a new WorkbookFunctionsSubtotalParameterSet -
WorkbookFunctionsSubtotalParameterSet
protected WorkbookFunctionsSubtotalParameterSet(@Nonnull WorkbookFunctionsSubtotalParameterSet.WorkbookFunctionsSubtotalParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsSubtotalParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsSubtotalParameterSet.WorkbookFunctionsSubtotalParameterSetBuilder 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
-