Package com.microsoft.graph.models
Class WorkbookFunctionsImLog10ParameterSet.WorkbookFunctionsImLog10ParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsImLog10ParameterSet.WorkbookFunctionsImLog10ParameterSetBuilder
- Enclosing class:
WorkbookFunctionsImLog10ParameterSet
public static final class WorkbookFunctionsImLog10ParameterSet.WorkbookFunctionsImLog10ParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsImLog10ParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElement
The inumber parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsImLog10ParameterSetBuilder -
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
-
WorkbookFunctionsImLog10ParameterSetBuilder
@Nullable protected WorkbookFunctionsImLog10ParameterSetBuilder()Instanciates a new WorkbookFunctionsImLog10ParameterSetBuilder
-
-
Method Details
-
withInumber
@Nonnull public WorkbookFunctionsImLog10ParameterSet.WorkbookFunctionsImLog10ParameterSetBuilder 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
-