Package com.microsoft.graph.models
Class WorkbookFunctionsComplexParameterSet.WorkbookFunctionsComplexParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsComplexParameterSet.WorkbookFunctionsComplexParameterSetBuilder
- Enclosing class:
WorkbookFunctionsComplexParameterSet
public static final class WorkbookFunctionsComplexParameterSet.WorkbookFunctionsComplexParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsComplexParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsComplexParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithINum
(com.google.gson.JsonElement val) Sets the INumwithRealNum
(com.google.gson.JsonElement val) Sets the RealNumwithSuffix
(com.google.gson.JsonElement val) Sets the Suffix
-
Field Details
-
realNum
@Nullable protected com.google.gson.JsonElement realNumThe realNum parameter value -
iNum
@Nullable protected com.google.gson.JsonElement iNumThe iNum parameter value -
suffix
@Nullable protected com.google.gson.JsonElement suffixThe suffix parameter value
-
-
Constructor Details
-
WorkbookFunctionsComplexParameterSetBuilder
@Nullable protected WorkbookFunctionsComplexParameterSetBuilder()Instanciates a new WorkbookFunctionsComplexParameterSetBuilder
-
-
Method Details
-
withRealNum
@Nonnull public WorkbookFunctionsComplexParameterSet.WorkbookFunctionsComplexParameterSetBuilder withRealNum(@Nullable com.google.gson.JsonElement val) Sets the RealNum- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withINum
@Nonnull public WorkbookFunctionsComplexParameterSet.WorkbookFunctionsComplexParameterSetBuilder withINum(@Nullable com.google.gson.JsonElement val) Sets the INum- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withSuffix
@Nonnull public WorkbookFunctionsComplexParameterSet.WorkbookFunctionsComplexParameterSetBuilder withSuffix(@Nullable com.google.gson.JsonElement val) Sets the Suffix- 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
-