Package com.microsoft.graph.models
Class WorkbookCreateSessionParameterSet.WorkbookCreateSessionParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookCreateSessionParameterSet.WorkbookCreateSessionParameterSetBuilder
- Enclosing class:
WorkbookCreateSessionParameterSet
public static final class WorkbookCreateSessionParameterSet.WorkbookCreateSessionParameterSetBuilder
extends Object
Fluent builder for the WorkbookCreateSessionParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookCreateSessionParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestSets the PersistChanges
-
Field Details
-
persistChanges
The persistChanges parameter value
-
-
Constructor Details
-
WorkbookCreateSessionParameterSetBuilder
@Nullable protected WorkbookCreateSessionParameterSetBuilder()Instanciates a new WorkbookCreateSessionParameterSetBuilder
-
-
Method Details
-
withPersistChanges
@Nonnull public WorkbookCreateSessionParameterSet.WorkbookCreateSessionParameterSetBuilder withPersistChanges(@Nullable Boolean val) Sets the PersistChanges- 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
-