Package com.microsoft.graph.models
Class WorkbookFunctionsQuartile_IncParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsQuartile_IncParameterSet
The class for the Workbook Functions Quartile_Inc Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsQuartile_IncParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsQuartile_IncParameterSetprotected
WorkbookFunctionsQuartile_IncParameterSet
(WorkbookFunctionsQuartile_IncParameterSet.WorkbookFunctionsQuartile_IncParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsQuartile_IncParameterSet -
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
-
array
@SerializedName(value="array", alternate="Array") @Expose @Nullable public com.google.gson.JsonElement arrayThe array. -
quart
@SerializedName(value="quart", alternate="Quart") @Expose @Nullable public com.google.gson.JsonElement quartThe quart.
-
-
Constructor Details
-
WorkbookFunctionsQuartile_IncParameterSet
public WorkbookFunctionsQuartile_IncParameterSet()Instiaciates a new WorkbookFunctionsQuartile_IncParameterSet -
WorkbookFunctionsQuartile_IncParameterSet
protected WorkbookFunctionsQuartile_IncParameterSet(@Nonnull WorkbookFunctionsQuartile_IncParameterSet.WorkbookFunctionsQuartile_IncParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsQuartile_IncParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsQuartile_IncParameterSet.WorkbookFunctionsQuartile_IncParameterSetBuilder 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
-