Package com.microsoft.graph.models
Class WorkbookFunctionsRank_AvgParameterSet.WorkbookFunctionsRank_AvgParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsRank_AvgParameterSet.WorkbookFunctionsRank_AvgParameterSetBuilder
- Enclosing class:
WorkbookFunctionsRank_AvgParameterSet
public static final class WorkbookFunctionsRank_AvgParameterSet.WorkbookFunctionsRank_AvgParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsRank_AvgParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsRank_AvgParameterSetBuilder -
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_AvgParameterSetBuilder
@Nullable protected WorkbookFunctionsRank_AvgParameterSetBuilder()Instanciates a new WorkbookFunctionsRank_AvgParameterSetBuilder
-
-
Method Details
-
withNumber
@Nonnull public WorkbookFunctionsRank_AvgParameterSet.WorkbookFunctionsRank_AvgParameterSetBuilder 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_AvgParameterSet.WorkbookFunctionsRank_AvgParameterSetBuilder 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_AvgParameterSet.WorkbookFunctionsRank_AvgParameterSetBuilder 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
-