Package com.microsoft.graph.models
Class WorkbookFunctionsError_TypeParameterSet.WorkbookFunctionsError_TypeParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsError_TypeParameterSet.WorkbookFunctionsError_TypeParameterSetBuilder
- Enclosing class:
WorkbookFunctionsError_TypeParameterSet
public static final class WorkbookFunctionsError_TypeParameterSet.WorkbookFunctionsError_TypeParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsError_TypeParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe errorVal parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsError_TypeParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithErrorVal(com.google.gson.JsonElement val) Sets the ErrorVal
-
Field Details
-
errorVal
@Nullable protected com.google.gson.JsonElement errorValThe errorVal parameter value
-
-
Constructor Details
-
WorkbookFunctionsError_TypeParameterSetBuilder
@Nullable protected WorkbookFunctionsError_TypeParameterSetBuilder()Instanciates a new WorkbookFunctionsError_TypeParameterSetBuilder
-
-
Method Details
-
withErrorVal
@Nonnull public WorkbookFunctionsError_TypeParameterSet.WorkbookFunctionsError_TypeParameterSetBuilder withErrorVal(@Nullable com.google.gson.JsonElement val) Sets the ErrorVal- 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
-