Package com.microsoft.graph.models
Class ManagedDeviceWipeParameterSet
java.lang.Object
com.microsoft.graph.models.ManagedDeviceWipeParameterSet
The class for the Managed Device Wipe Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the ManagedDeviceWipeParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe keep Enrollment Data.The keep User Data.The mac Os Unlock Code.The persist Esim Data Plan. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new ManagedDeviceWipeParameterSetprotected
ManagedDeviceWipeParameterSet
(ManagedDeviceWipeParameterSet.ManagedDeviceWipeParameterSetBuilder builder) Instiaciates a new ManagedDeviceWipeParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>
Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
keepEnrollmentData
@SerializedName(value="keepEnrollmentData", alternate="KeepEnrollmentData") @Expose @Nullable public Boolean keepEnrollmentDataThe keep Enrollment Data. -
keepUserData
@SerializedName(value="keepUserData", alternate="KeepUserData") @Expose @Nullable public Boolean keepUserDataThe keep User Data. -
macOsUnlockCode
@SerializedName(value="macOsUnlockCode", alternate="MacOsUnlockCode") @Expose @Nullable public String macOsUnlockCodeThe mac Os Unlock Code. -
persistEsimDataPlan
@SerializedName(value="persistEsimDataPlan", alternate="PersistEsimDataPlan") @Expose @Nullable public Boolean persistEsimDataPlanThe persist Esim Data Plan.
-
-
Constructor Details
-
ManagedDeviceWipeParameterSet
public ManagedDeviceWipeParameterSet()Instiaciates a new ManagedDeviceWipeParameterSet -
ManagedDeviceWipeParameterSet
protected ManagedDeviceWipeParameterSet(@Nonnull ManagedDeviceWipeParameterSet.ManagedDeviceWipeParameterSetBuilder builder) Instiaciates a new ManagedDeviceWipeParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static ManagedDeviceWipeParameterSet.ManagedDeviceWipeParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-