Package com.microsoft.graph.models
Class WorkbookFunctionsWeekNumParameterSet.WorkbookFunctionsWeekNumParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsWeekNumParameterSet.WorkbookFunctionsWeekNumParameterSetBuilder
- Enclosing class:
WorkbookFunctionsWeekNumParameterSet
public static final class WorkbookFunctionsWeekNumParameterSet.WorkbookFunctionsWeekNumParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsWeekNumParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElement
The returnType parameter valueprotected com.google.gson.JsonElement
The serialNumber parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsWeekNumParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithReturnType
(com.google.gson.JsonElement val) Sets the ReturnTypewithSerialNumber
(com.google.gson.JsonElement val) Sets the SerialNumber
-
Field Details
-
serialNumber
@Nullable protected com.google.gson.JsonElement serialNumberThe serialNumber parameter value -
returnType
@Nullable protected com.google.gson.JsonElement returnTypeThe returnType parameter value
-
-
Constructor Details
-
WorkbookFunctionsWeekNumParameterSetBuilder
@Nullable protected WorkbookFunctionsWeekNumParameterSetBuilder()Instanciates a new WorkbookFunctionsWeekNumParameterSetBuilder
-
-
Method Details
-
withSerialNumber
@Nonnull public WorkbookFunctionsWeekNumParameterSet.WorkbookFunctionsWeekNumParameterSetBuilder withSerialNumber(@Nullable com.google.gson.JsonElement val) Sets the SerialNumber- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withReturnType
@Nonnull public WorkbookFunctionsWeekNumParameterSet.WorkbookFunctionsWeekNumParameterSetBuilder withReturnType(@Nullable com.google.gson.JsonElement val) Sets the ReturnType- 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
-