Package com.microsoft.graph.models
Class WorkbookFunctionsExactParameterSet.WorkbookFunctionsExactParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsExactParameterSet.WorkbookFunctionsExactParameterSetBuilder
- Enclosing class:
WorkbookFunctionsExactParameterSet
public static final class WorkbookFunctionsExactParameterSet.WorkbookFunctionsExactParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsExactParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsExactParameterSetBuilder -
Method Summary
-
Field Details
-
text1
@Nullable protected com.google.gson.JsonElement text1The text1 parameter value -
text2
@Nullable protected com.google.gson.JsonElement text2The text2 parameter value
-
-
Constructor Details
-
WorkbookFunctionsExactParameterSetBuilder
@Nullable protected WorkbookFunctionsExactParameterSetBuilder()Instanciates a new WorkbookFunctionsExactParameterSetBuilder
-
-
Method Details
-
withText1
@Nonnull public WorkbookFunctionsExactParameterSet.WorkbookFunctionsExactParameterSetBuilder withText1(@Nullable com.google.gson.JsonElement val) Sets the Text1- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withText2
@Nonnull public WorkbookFunctionsExactParameterSet.WorkbookFunctionsExactParameterSetBuilder withText2(@Nullable com.google.gson.JsonElement val) Sets the Text2- 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
-