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