Package com.microsoft.graph.models
Class WorkbookFunctionsPercentRank_ExcParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsPercentRank_ExcParameterSet
The class for the Workbook Functions Percent Rank_Exc Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsPercentRank_ExcParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElement
The array.com.google.gson.JsonElement
The significance.com.google.gson.JsonElement
The x. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsPercentRank_ExcParameterSetprotected
WorkbookFunctionsPercentRank_ExcParameterSet
(WorkbookFunctionsPercentRank_ExcParameterSet.WorkbookFunctionsPercentRank_ExcParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsPercentRank_ExcParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>
Gets the functions options from the properties that have been setstatic WorkbookFunctionsPercentRank_ExcParameterSet.WorkbookFunctionsPercentRank_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. -
x
@SerializedName(value="x", alternate="X") @Expose @Nullable public com.google.gson.JsonElement xThe x. -
significance
@SerializedName(value="significance", alternate="Significance") @Expose @Nullable public com.google.gson.JsonElement significanceThe significance.
-
-
Constructor Details
-
WorkbookFunctionsPercentRank_ExcParameterSet
public WorkbookFunctionsPercentRank_ExcParameterSet()Instiaciates a new WorkbookFunctionsPercentRank_ExcParameterSet -
WorkbookFunctionsPercentRank_ExcParameterSet
protected WorkbookFunctionsPercentRank_ExcParameterSet(@Nonnull WorkbookFunctionsPercentRank_ExcParameterSet.WorkbookFunctionsPercentRank_ExcParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsPercentRank_ExcParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsPercentRank_ExcParameterSet.WorkbookFunctionsPercentRank_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
-