Package com.microsoft.graph.models
Class WorkbookFunctionsFvscheduleParameterSet.WorkbookFunctionsFvscheduleParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsFvscheduleParameterSet.WorkbookFunctionsFvscheduleParameterSetBuilder
- Enclosing class:
WorkbookFunctionsFvscheduleParameterSet
public static final class WorkbookFunctionsFvscheduleParameterSet.WorkbookFunctionsFvscheduleParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsFvscheduleParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsFvscheduleParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithPrincipal(com.google.gson.JsonElement val) Sets the PrincipalwithSchedule(com.google.gson.JsonElement val) Sets the Schedule
-
Field Details
-
principal
@Nullable protected com.google.gson.JsonElement principalThe principal parameter value -
schedule
@Nullable protected com.google.gson.JsonElement scheduleThe schedule parameter value
-
-
Constructor Details
-
WorkbookFunctionsFvscheduleParameterSetBuilder
@Nullable protected WorkbookFunctionsFvscheduleParameterSetBuilder()Instanciates a new WorkbookFunctionsFvscheduleParameterSetBuilder
-
-
Method Details
-
withPrincipal
@Nonnull public WorkbookFunctionsFvscheduleParameterSet.WorkbookFunctionsFvscheduleParameterSetBuilder withPrincipal(@Nullable com.google.gson.JsonElement val) Sets the Principal- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withSchedule
@Nonnull public WorkbookFunctionsFvscheduleParameterSet.WorkbookFunctionsFvscheduleParameterSetBuilder withSchedule(@Nullable com.google.gson.JsonElement val) Sets the Schedule- 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
-