Package com.microsoft.graph.models
Class ManagedDeviceWipeParameterSet.ManagedDeviceWipeParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.ManagedDeviceWipeParameterSet.ManagedDeviceWipeParameterSetBuilder
- Enclosing class:
ManagedDeviceWipeParameterSet
public static final class ManagedDeviceWipeParameterSet.ManagedDeviceWipeParameterSetBuilder
extends Object
Fluent builder for the ManagedDeviceWipeParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new ManagedDeviceWipeParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestSets the KeepEnrollmentDatawithKeepUserData
(Boolean val) Sets the KeepUserDataSets the MacOsUnlockCodeSets the PersistEsimDataPlan
-
Field Details
-
keepEnrollmentData
The keepEnrollmentData parameter value -
keepUserData
The keepUserData parameter value -
macOsUnlockCode
The macOsUnlockCode parameter value -
persistEsimDataPlan
The persistEsimDataPlan parameter value
-
-
Constructor Details
-
ManagedDeviceWipeParameterSetBuilder
@Nullable protected ManagedDeviceWipeParameterSetBuilder()Instanciates a new ManagedDeviceWipeParameterSetBuilder
-
-
Method Details
-
withKeepEnrollmentData
@Nonnull public ManagedDeviceWipeParameterSet.ManagedDeviceWipeParameterSetBuilder withKeepEnrollmentData(@Nullable Boolean val) Sets the KeepEnrollmentData- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withKeepUserData
@Nonnull public ManagedDeviceWipeParameterSet.ManagedDeviceWipeParameterSetBuilder withKeepUserData(@Nullable Boolean val) Sets the KeepUserData- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withMacOsUnlockCode
@Nonnull public ManagedDeviceWipeParameterSet.ManagedDeviceWipeParameterSetBuilder withMacOsUnlockCode(@Nullable String val) Sets the MacOsUnlockCode- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withPersistEsimDataPlan
@Nonnull public ManagedDeviceWipeParameterSet.ManagedDeviceWipeParameterSetBuilder withPersistEsimDataPlan(@Nullable Boolean val) Sets the PersistEsimDataPlan- 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
-