Package com.microsoft.graph.models
Class WorkbookFunctionsLogParameterSet.WorkbookFunctionsLogParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsLogParameterSet.WorkbookFunctionsLogParameterSetBuilder
- Enclosing class:
WorkbookFunctionsLogParameterSet
public static final class WorkbookFunctionsLogParameterSet.WorkbookFunctionsLogParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsLogParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsLogParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithBase(com.google.gson.JsonElement val) Sets the BasewithNumber(com.google.gson.JsonElement val) Sets the Number
-
Field Details
-
number
@Nullable protected com.google.gson.JsonElement numberThe number parameter value -
base
@Nullable protected com.google.gson.JsonElement baseThe base parameter value
-
-
Constructor Details
-
WorkbookFunctionsLogParameterSetBuilder
@Nullable protected WorkbookFunctionsLogParameterSetBuilder()Instanciates a new WorkbookFunctionsLogParameterSetBuilder
-
-
Method Details
-
withNumber
@Nonnull public WorkbookFunctionsLogParameterSet.WorkbookFunctionsLogParameterSetBuilder withNumber(@Nullable com.google.gson.JsonElement val) Sets the Number- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withBase
@Nonnull public WorkbookFunctionsLogParameterSet.WorkbookFunctionsLogParameterSetBuilder withBase(@Nullable com.google.gson.JsonElement val) Sets the Base- 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
-