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