Package com.microsoft.graph.models
Class WorkbookFunctionsEcma_CeilingParameterSet.WorkbookFunctionsEcma_CeilingParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsEcma_CeilingParameterSet.WorkbookFunctionsEcma_CeilingParameterSetBuilder
- Enclosing class:
WorkbookFunctionsEcma_CeilingParameterSet
public static final class WorkbookFunctionsEcma_CeilingParameterSet.WorkbookFunctionsEcma_CeilingParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsEcma_CeilingParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElement
The number parameter valueprotected com.google.gson.JsonElement
The significance parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsEcma_CeilingParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithNumber
(com.google.gson.JsonElement val) Sets the NumberwithSignificance
(com.google.gson.JsonElement val) Sets the Significance
-
Field Details
-
number
@Nullable protected com.google.gson.JsonElement numberThe number parameter value -
significance
@Nullable protected com.google.gson.JsonElement significanceThe significance parameter value
-
-
Constructor Details
-
WorkbookFunctionsEcma_CeilingParameterSetBuilder
@Nullable protected WorkbookFunctionsEcma_CeilingParameterSetBuilder()Instanciates a new WorkbookFunctionsEcma_CeilingParameterSetBuilder
-
-
Method Details
-
withNumber
@Nonnull public WorkbookFunctionsEcma_CeilingParameterSet.WorkbookFunctionsEcma_CeilingParameterSetBuilder withNumber(@Nullable com.google.gson.JsonElement val) Sets the Number- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withSignificance
@Nonnull public WorkbookFunctionsEcma_CeilingParameterSet.WorkbookFunctionsEcma_CeilingParameterSetBuilder 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
-