Package com.microsoft.graph.models
Class WorkbookFunctionsMinuteParameterSet.WorkbookFunctionsMinuteParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsMinuteParameterSet.WorkbookFunctionsMinuteParameterSetBuilder
- Enclosing class:
WorkbookFunctionsMinuteParameterSet
public static final class WorkbookFunctionsMinuteParameterSet.WorkbookFunctionsMinuteParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsMinuteParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe serialNumber parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsMinuteParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithSerialNumber(com.google.gson.JsonElement val) Sets the SerialNumber
-
Field Details
-
serialNumber
@Nullable protected com.google.gson.JsonElement serialNumberThe serialNumber parameter value
-
-
Constructor Details
-
WorkbookFunctionsMinuteParameterSetBuilder
@Nullable protected WorkbookFunctionsMinuteParameterSetBuilder()Instanciates a new WorkbookFunctionsMinuteParameterSetBuilder
-
-
Method Details
-
withSerialNumber
@Nonnull public WorkbookFunctionsMinuteParameterSet.WorkbookFunctionsMinuteParameterSetBuilder withSerialNumber(@Nullable com.google.gson.JsonElement val) Sets the SerialNumber- 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
-