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