Package com.microsoft.graph.models
Class WorkbookFunctionsQuartile_ExcParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsQuartile_ExcParameterSet
The class for the Workbook Functions Quartile_Exc Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsQuartile_ExcParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsQuartile_ExcParameterSetprotectedWorkbookFunctionsQuartile_ExcParameterSet(WorkbookFunctionsQuartile_ExcParameterSet.WorkbookFunctionsQuartile_ExcParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsQuartile_ExcParameterSet -
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_ExcParameterSet
public WorkbookFunctionsQuartile_ExcParameterSet()Instiaciates a new WorkbookFunctionsQuartile_ExcParameterSet -
WorkbookFunctionsQuartile_ExcParameterSet
protected WorkbookFunctionsQuartile_ExcParameterSet(@Nonnull WorkbookFunctionsQuartile_ExcParameterSet.WorkbookFunctionsQuartile_ExcParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsQuartile_ExcParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsQuartile_ExcParameterSet.WorkbookFunctionsQuartile_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
-