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