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