Package com.microsoft.graph.models
Class WorkbookFunctionsImSqrtParameterSet.WorkbookFunctionsImSqrtParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsImSqrtParameterSet.WorkbookFunctionsImSqrtParameterSetBuilder
- Enclosing class:
WorkbookFunctionsImSqrtParameterSet
public static final class WorkbookFunctionsImSqrtParameterSet.WorkbookFunctionsImSqrtParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsImSqrtParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe inumber parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsImSqrtParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithInumber(com.google.gson.JsonElement val) Sets the Inumber
-
Field Details
-
inumber
@Nullable protected com.google.gson.JsonElement inumberThe inumber parameter value
-
-
Constructor Details
-
WorkbookFunctionsImSqrtParameterSetBuilder
@Nullable protected WorkbookFunctionsImSqrtParameterSetBuilder()Instanciates a new WorkbookFunctionsImSqrtParameterSetBuilder
-
-
Method Details
-
withInumber
@Nonnull public WorkbookFunctionsImSqrtParameterSet.WorkbookFunctionsImSqrtParameterSetBuilder withInumber(@Nullable com.google.gson.JsonElement val) Sets the Inumber- 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
-