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