public class ManagedDeviceWipeParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ManagedDeviceWipeParameterSet.ManagedDeviceWipeParameterSetBuilder
Fluent builder for the ManagedDeviceWipeParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
java.lang.Boolean |
keepEnrollmentData
The keep Enrollment Data.
|
java.lang.Boolean |
keepUserData
The keep User Data.
|
java.lang.String |
macOsUnlockCode
The mac Os Unlock Code.
|
| Modifier | Constructor and Description |
|---|---|
|
ManagedDeviceWipeParameterSet()
Instiaciates a new ManagedDeviceWipeParameterSet
|
protected |
ManagedDeviceWipeParameterSet(ManagedDeviceWipeParameterSet.ManagedDeviceWipeParameterSetBuilder builder)
Instiaciates a new ManagedDeviceWipeParameterSet
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.microsoft.graph.options.FunctionOption> |
getFunctionOptions()
Gets the functions options from the properties that have been set
|
static ManagedDeviceWipeParameterSet.ManagedDeviceWipeParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="keepEnrollmentData",
alternate="KeepEnrollmentData")
@Expose
@Nullable
public java.lang.Boolean keepEnrollmentData
@SerializedName(value="keepUserData",
alternate="KeepUserData")
@Expose
@Nullable
public java.lang.Boolean keepUserData
@SerializedName(value="macOsUnlockCode",
alternate="MacOsUnlockCode")
@Expose
@Nullable
public java.lang.String macOsUnlockCode
public ManagedDeviceWipeParameterSet()
protected ManagedDeviceWipeParameterSet(@Nonnull
ManagedDeviceWipeParameterSet.ManagedDeviceWipeParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static ManagedDeviceWipeParameterSet.ManagedDeviceWipeParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()