Package com.microsoft.graph.models
Class WorkbookFunctionsPercentile_ExcParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsPercentile_ExcParameterSet
The class for the Workbook Functions Percentile_Exc Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsPercentile_ExcParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsPercentile_ExcParameterSetprotected
WorkbookFunctionsPercentile_ExcParameterSet
(WorkbookFunctionsPercentile_ExcParameterSet.WorkbookFunctionsPercentile_ExcParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsPercentile_ExcParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>
Gets the functions options from the properties that have been setstatic WorkbookFunctionsPercentile_ExcParameterSet.WorkbookFunctionsPercentile_ExcParameterSetBuilder
Gets a new builder for the body
-
Field Details
-
array
@SerializedName(value="array", alternate="Array") @Expose @Nullable public com.google.gson.JsonElement arrayThe array. -
k
@SerializedName(value="k", alternate="K") @Expose @Nullable public com.google.gson.JsonElement kThe k.
-
-
Constructor Details
-
WorkbookFunctionsPercentile_ExcParameterSet
public WorkbookFunctionsPercentile_ExcParameterSet()Instiaciates a new WorkbookFunctionsPercentile_ExcParameterSet -
WorkbookFunctionsPercentile_ExcParameterSet
protected WorkbookFunctionsPercentile_ExcParameterSet(@Nonnull WorkbookFunctionsPercentile_ExcParameterSet.WorkbookFunctionsPercentile_ExcParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsPercentile_ExcParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsPercentile_ExcParameterSet.WorkbookFunctionsPercentile_ExcParameterSetBuilder 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
-