Package com.microsoft.graph.models
Class WorkbookFunctionsAverageIfsParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsAverageIfsParameterSet
The class for the Workbook Functions Average Ifs Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsAverageIfsParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElement
The average Range.com.google.gson.JsonElement
The values. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsAverageIfsParameterSetprotected
WorkbookFunctionsAverageIfsParameterSet
(WorkbookFunctionsAverageIfsParameterSet.WorkbookFunctionsAverageIfsParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsAverageIfsParameterSet -
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
-
averageRange
@SerializedName(value="averageRange", alternate="AverageRange") @Expose @Nullable public com.google.gson.JsonElement averageRangeThe average Range. -
values
@SerializedName(value="values", alternate="Values") @Expose @Nullable public com.google.gson.JsonElement valuesThe values.
-
-
Constructor Details
-
WorkbookFunctionsAverageIfsParameterSet
public WorkbookFunctionsAverageIfsParameterSet()Instiaciates a new WorkbookFunctionsAverageIfsParameterSet -
WorkbookFunctionsAverageIfsParameterSet
protected WorkbookFunctionsAverageIfsParameterSet(@Nonnull WorkbookFunctionsAverageIfsParameterSet.WorkbookFunctionsAverageIfsParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsAverageIfsParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsAverageIfsParameterSet.WorkbookFunctionsAverageIfsParameterSetBuilder 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
-