Package com.microsoft.graph.models
Class ManagedDeviceDeleteUserFromSharedAppleDeviceParameterSet
java.lang.Object
com.microsoft.graph.models.ManagedDeviceDeleteUserFromSharedAppleDeviceParameterSet
The class for the Managed Device Delete User From Shared Apple Device Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the ManagedDeviceDeleteUserFromSharedAppleDeviceParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new ManagedDeviceDeleteUserFromSharedAppleDeviceParameterSetprotectedManagedDeviceDeleteUserFromSharedAppleDeviceParameterSet(ManagedDeviceDeleteUserFromSharedAppleDeviceParameterSet.ManagedDeviceDeleteUserFromSharedAppleDeviceParameterSetBuilder builder) Instiaciates a new ManagedDeviceDeleteUserFromSharedAppleDeviceParameterSet -
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
-
userPrincipalName
@SerializedName(value="userPrincipalName", alternate="UserPrincipalName") @Expose @Nullable public String userPrincipalNameThe user Principal Name.
-
-
Constructor Details
-
ManagedDeviceDeleteUserFromSharedAppleDeviceParameterSet
public ManagedDeviceDeleteUserFromSharedAppleDeviceParameterSet()Instiaciates a new ManagedDeviceDeleteUserFromSharedAppleDeviceParameterSet
-
-
Method Details
-
newBuilder
@Nonnull public static ManagedDeviceDeleteUserFromSharedAppleDeviceParameterSet.ManagedDeviceDeleteUserFromSharedAppleDeviceParameterSetBuilder 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
-