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