Package com.microsoft.graph.models
Class WorkbookFunctionsIso_CeilingParameterSet.WorkbookFunctionsIso_CeilingParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsIso_CeilingParameterSet.WorkbookFunctionsIso_CeilingParameterSetBuilder
- Enclosing class:
WorkbookFunctionsIso_CeilingParameterSet
public static final class WorkbookFunctionsIso_CeilingParameterSet.WorkbookFunctionsIso_CeilingParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsIso_CeilingParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe number parameter valueprotected com.google.gson.JsonElementThe significance parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsIso_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
-
WorkbookFunctionsIso_CeilingParameterSetBuilder
@Nullable protected WorkbookFunctionsIso_CeilingParameterSetBuilder()Instanciates a new WorkbookFunctionsIso_CeilingParameterSetBuilder
-
-
Method Details
-
withNumber
@Nonnull public WorkbookFunctionsIso_CeilingParameterSet.WorkbookFunctionsIso_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 WorkbookFunctionsIso_CeilingParameterSet.WorkbookFunctionsIso_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
-