Package com.microsoft.graph.models
Class WorkbookFunctionsPercentRank_IncParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsPercentRank_IncParameterSet
The class for the Workbook Functions Percent Rank_Inc Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsPercentRank_IncParameterSet -
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_IncParameterSetprotected
WorkbookFunctionsPercentRank_IncParameterSet
(WorkbookFunctionsPercentRank_IncParameterSet.WorkbookFunctionsPercentRank_IncParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsPercentRank_IncParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>
Gets the functions options from the properties that have been setstatic WorkbookFunctionsPercentRank_IncParameterSet.WorkbookFunctionsPercentRank_IncParameterSetBuilder
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_IncParameterSet
public WorkbookFunctionsPercentRank_IncParameterSet()Instiaciates a new WorkbookFunctionsPercentRank_IncParameterSet -
WorkbookFunctionsPercentRank_IncParameterSet
protected WorkbookFunctionsPercentRank_IncParameterSet(@Nonnull WorkbookFunctionsPercentRank_IncParameterSet.WorkbookFunctionsPercentRank_IncParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsPercentRank_IncParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsPercentRank_IncParameterSet.WorkbookFunctionsPercentRank_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
-