Package com.microsoft.graph.models
Class WorkbookFunctionsSmallParameterSet.WorkbookFunctionsSmallParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsSmallParameterSet.WorkbookFunctionsSmallParameterSetBuilder
- Enclosing class:
WorkbookFunctionsSmallParameterSet
public static final class WorkbookFunctionsSmallParameterSet.WorkbookFunctionsSmallParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsSmallParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsSmallParameterSetBuilder -
Method Summary
-
Field Details
-
array
@Nullable protected com.google.gson.JsonElement arrayThe array parameter value -
k
@Nullable protected com.google.gson.JsonElement kThe k parameter value
-
-
Constructor Details
-
WorkbookFunctionsSmallParameterSetBuilder
@Nullable protected WorkbookFunctionsSmallParameterSetBuilder()Instanciates a new WorkbookFunctionsSmallParameterSetBuilder
-
-
Method Details
-
withArray
@Nonnull public WorkbookFunctionsSmallParameterSet.WorkbookFunctionsSmallParameterSetBuilder withArray(@Nullable com.google.gson.JsonElement val) Sets the Array- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withK
@Nonnull public WorkbookFunctionsSmallParameterSet.WorkbookFunctionsSmallParameterSetBuilder withK(@Nullable com.google.gson.JsonElement val) Sets the K- 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
-