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