Package com.microsoft.graph.models
Class WorkbookFunctionsReptParameterSet.WorkbookFunctionsReptParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsReptParameterSet.WorkbookFunctionsReptParameterSetBuilder
- Enclosing class:
WorkbookFunctionsReptParameterSet
public static final class WorkbookFunctionsReptParameterSet.WorkbookFunctionsReptParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsReptParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElement
The numberTimes parameter valueprotected com.google.gson.JsonElement
The text parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsReptParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithNumberTimes
(com.google.gson.JsonElement val) Sets the NumberTimeswithText
(com.google.gson.JsonElement val) Sets the Text
-
Field Details
-
text
@Nullable protected com.google.gson.JsonElement textThe text parameter value -
numberTimes
@Nullable protected com.google.gson.JsonElement numberTimesThe numberTimes parameter value
-
-
Constructor Details
-
WorkbookFunctionsReptParameterSetBuilder
@Nullable protected WorkbookFunctionsReptParameterSetBuilder()Instanciates a new WorkbookFunctionsReptParameterSetBuilder
-
-
Method Details
-
withText
@Nonnull public WorkbookFunctionsReptParameterSet.WorkbookFunctionsReptParameterSetBuilder withText(@Nullable com.google.gson.JsonElement val) Sets the Text- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withNumberTimes
@Nonnull public WorkbookFunctionsReptParameterSet.WorkbookFunctionsReptParameterSetBuilder withNumberTimes(@Nullable com.google.gson.JsonElement val) Sets the NumberTimes- 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
-