Class DeleteUserFromSharedAppleDeviceActionResult

java.lang.Object
com.microsoft.graph.models.DeviceActionResult
com.microsoft.graph.models.DeleteUserFromSharedAppleDeviceActionResult
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class DeleteUserFromSharedAppleDeviceActionResult extends DeviceActionResult implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Delete User From Shared Apple Device Action Result.
  • Field Details

    • userPrincipalName

      @SerializedName(value="userPrincipalName", alternate="UserPrincipalName") @Expose @Nullable public String userPrincipalName
      The User Principal Name. User principal name of the user to be deleted
  • Constructor Details

    • DeleteUserFromSharedAppleDeviceActionResult

      public DeleteUserFromSharedAppleDeviceActionResult()
  • Method Details

    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class DeviceActionResult
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to