Package com.microsoft.graph.models
Class WorkbookFunctionsRank_EqParameterSet.WorkbookFunctionsRank_EqParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsRank_EqParameterSet.WorkbookFunctionsRank_EqParameterSetBuilder
- Enclosing class:
- WorkbookFunctionsRank_EqParameterSet
public static final class WorkbookFunctionsRank_EqParameterSet.WorkbookFunctionsRank_EqParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsRank_EqParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsRank_EqParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithNumber
(com.google.gson.JsonElement val) Sets the NumberwithOrder
(com.google.gson.JsonElement val) Sets the OrderwithRef
(com.google.gson.JsonElement val) Sets the Ref
-
Field Details
-
number
@Nullable protected com.google.gson.JsonElement numberThe number parameter value -
ref
@Nullable protected com.google.gson.JsonElement refThe ref parameter value -
order
@Nullable protected com.google.gson.JsonElement orderThe order parameter value
-
-
Constructor Details
-
WorkbookFunctionsRank_EqParameterSetBuilder
@Nullable protected WorkbookFunctionsRank_EqParameterSetBuilder()Instanciates a new WorkbookFunctionsRank_EqParameterSetBuilder
-
-
Method Details
-
withNumber
@Nonnull public WorkbookFunctionsRank_EqParameterSet.WorkbookFunctionsRank_EqParameterSetBuilder withNumber(@Nullable com.google.gson.JsonElement val) Sets the Number- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withRef
@Nonnull public WorkbookFunctionsRank_EqParameterSet.WorkbookFunctionsRank_EqParameterSetBuilder withRef(@Nullable com.google.gson.JsonElement val) Sets the Ref- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withOrder
@Nonnull public WorkbookFunctionsRank_EqParameterSet.WorkbookFunctionsRank_EqParameterSetBuilder withOrder(@Nullable com.google.gson.JsonElement val) Sets the Order- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-