Package com.microsoft.graph.models
Class WorkbookFunctionsMidbParameterSet.WorkbookFunctionsMidbParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsMidbParameterSet.WorkbookFunctionsMidbParameterSetBuilder
- Enclosing class:
WorkbookFunctionsMidbParameterSet
public static final class WorkbookFunctionsMidbParameterSet.WorkbookFunctionsMidbParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsMidbParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsMidbParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithNumBytes
(com.google.gson.JsonElement val) Sets the NumByteswithStartNum
(com.google.gson.JsonElement val) Sets the StartNumwithText
(com.google.gson.JsonElement val) Sets the Text
-
Field Details
-
text
@Nullable protected com.google.gson.JsonElement textThe text parameter value -
startNum
@Nullable protected com.google.gson.JsonElement startNumThe startNum parameter value -
numBytes
@Nullable protected com.google.gson.JsonElement numBytesThe numBytes parameter value
-
-
Constructor Details
-
WorkbookFunctionsMidbParameterSetBuilder
@Nullable protected WorkbookFunctionsMidbParameterSetBuilder()Instanciates a new WorkbookFunctionsMidbParameterSetBuilder
-
-
Method Details
-
withText
@Nonnull public WorkbookFunctionsMidbParameterSet.WorkbookFunctionsMidbParameterSetBuilder withText(@Nullable com.google.gson.JsonElement val) Sets the Text- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withStartNum
@Nonnull public WorkbookFunctionsMidbParameterSet.WorkbookFunctionsMidbParameterSetBuilder withStartNum(@Nullable com.google.gson.JsonElement val) Sets the StartNum- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withNumBytes
@Nonnull public WorkbookFunctionsMidbParameterSet.WorkbookFunctionsMidbParameterSetBuilder withNumBytes(@Nullable com.google.gson.JsonElement val) Sets the NumBytes- 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
-