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