Package com.microsoft.graph.models
Class WorkbookFunctionsRank_AvgParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsRank_AvgParameterSet
The class for the Workbook Functions Rank_Avg Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsRank_AvgParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsRank_AvgParameterSetprotectedWorkbookFunctionsRank_AvgParameterSet(WorkbookFunctionsRank_AvgParameterSet.WorkbookFunctionsRank_AvgParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsRank_AvgParameterSet -
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
-
number
@SerializedName(value="number", alternate="Number") @Expose @Nullable public com.google.gson.JsonElement numberThe number. -
ref
@SerializedName(value="ref", alternate="Ref") @Expose @Nullable public com.google.gson.JsonElement refThe ref. -
order
@SerializedName(value="order", alternate="Order") @Expose @Nullable public com.google.gson.JsonElement orderThe order.
-
-
Constructor Details
-
WorkbookFunctionsRank_AvgParameterSet
public WorkbookFunctionsRank_AvgParameterSet()Instiaciates a new WorkbookFunctionsRank_AvgParameterSet -
WorkbookFunctionsRank_AvgParameterSet
protected WorkbookFunctionsRank_AvgParameterSet(@Nonnull WorkbookFunctionsRank_AvgParameterSet.WorkbookFunctionsRank_AvgParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsRank_AvgParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsRank_AvgParameterSet.WorkbookFunctionsRank_AvgParameterSetBuilder 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
-