Package com.microsoft.graph.models
Class WorkbookFunctionsIrrParameterSet.WorkbookFunctionsIrrParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsIrrParameterSet.WorkbookFunctionsIrrParameterSetBuilder
- Enclosing class:
WorkbookFunctionsIrrParameterSet
public static final class WorkbookFunctionsIrrParameterSet.WorkbookFunctionsIrrParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsIrrParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsIrrParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithGuess(com.google.gson.JsonElement val) Sets the GuesswithValues(com.google.gson.JsonElement val) Sets the Values
-
Field Details
-
values
@Nullable protected com.google.gson.JsonElement valuesThe values parameter value -
guess
@Nullable protected com.google.gson.JsonElement guessThe guess parameter value
-
-
Constructor Details
-
WorkbookFunctionsIrrParameterSetBuilder
@Nullable protected WorkbookFunctionsIrrParameterSetBuilder()Instanciates a new WorkbookFunctionsIrrParameterSetBuilder
-
-
Method Details
-
withValues
@Nonnull public WorkbookFunctionsIrrParameterSet.WorkbookFunctionsIrrParameterSetBuilder withValues(@Nullable com.google.gson.JsonElement val) Sets the Values- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withGuess
@Nonnull public WorkbookFunctionsIrrParameterSet.WorkbookFunctionsIrrParameterSetBuilder withGuess(@Nullable com.google.gson.JsonElement val) Sets the Guess- 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
-