Package com.microsoft.graph.models
Class WorkbookFunctionsPercentRank_IncParameterSet.WorkbookFunctionsPercentRank_IncParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsPercentRank_IncParameterSet.WorkbookFunctionsPercentRank_IncParameterSetBuilder
- Enclosing class:
WorkbookFunctionsPercentRank_IncParameterSet
public static final class WorkbookFunctionsPercentRank_IncParameterSet.WorkbookFunctionsPercentRank_IncParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsPercentRank_IncParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe array parameter valueprotected com.google.gson.JsonElementThe significance parameter valueprotected com.google.gson.JsonElementThe x parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsPercentRank_IncParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithArray(com.google.gson.JsonElement val) Sets the ArraywithSignificance(com.google.gson.JsonElement val) Sets the SignificancewithX(com.google.gson.JsonElement val) Sets the X
-
Field Details
-
array
@Nullable protected com.google.gson.JsonElement arrayThe array parameter value -
x
@Nullable protected com.google.gson.JsonElement xThe x parameter value -
significance
@Nullable protected com.google.gson.JsonElement significanceThe significance parameter value
-
-
Constructor Details
-
WorkbookFunctionsPercentRank_IncParameterSetBuilder
@Nullable protected WorkbookFunctionsPercentRank_IncParameterSetBuilder()Instanciates a new WorkbookFunctionsPercentRank_IncParameterSetBuilder
-
-
Method Details
-
withArray
@Nonnull public WorkbookFunctionsPercentRank_IncParameterSet.WorkbookFunctionsPercentRank_IncParameterSetBuilder withArray(@Nullable com.google.gson.JsonElement val) Sets the Array- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withX
@Nonnull public WorkbookFunctionsPercentRank_IncParameterSet.WorkbookFunctionsPercentRank_IncParameterSetBuilder withX(@Nullable com.google.gson.JsonElement val) Sets the X- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withSignificance
@Nonnull public WorkbookFunctionsPercentRank_IncParameterSet.WorkbookFunctionsPercentRank_IncParameterSetBuilder withSignificance(@Nullable com.google.gson.JsonElement val) Sets the Significance- 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
-