Package com.microsoft.graph.models
Class WorkbookFunctionsBitrshiftParameterSet.WorkbookFunctionsBitrshiftParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsBitrshiftParameterSet.WorkbookFunctionsBitrshiftParameterSetBuilder
- Enclosing class:
WorkbookFunctionsBitrshiftParameterSet
public static final class WorkbookFunctionsBitrshiftParameterSet.WorkbookFunctionsBitrshiftParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsBitrshiftParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElement
The number parameter valueprotected com.google.gson.JsonElement
The shiftAmount parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsBitrshiftParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithNumber
(com.google.gson.JsonElement val) Sets the NumberwithShiftAmount
(com.google.gson.JsonElement val) Sets the ShiftAmount
-
Field Details
-
number
@Nullable protected com.google.gson.JsonElement numberThe number parameter value -
shiftAmount
@Nullable protected com.google.gson.JsonElement shiftAmountThe shiftAmount parameter value
-
-
Constructor Details
-
WorkbookFunctionsBitrshiftParameterSetBuilder
@Nullable protected WorkbookFunctionsBitrshiftParameterSetBuilder()Instanciates a new WorkbookFunctionsBitrshiftParameterSetBuilder
-
-
Method Details
-
withNumber
@Nonnull public WorkbookFunctionsBitrshiftParameterSet.WorkbookFunctionsBitrshiftParameterSetBuilder withNumber(@Nullable com.google.gson.JsonElement val) Sets the Number- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withShiftAmount
@Nonnull public WorkbookFunctionsBitrshiftParameterSet.WorkbookFunctionsBitrshiftParameterSetBuilder withShiftAmount(@Nullable com.google.gson.JsonElement val) Sets the ShiftAmount- 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
-