Class DeviceActionResult

java.lang.Object
com.microsoft.graph.models.DeviceActionResult
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
Direct Known Subclasses:
DeleteUserFromSharedAppleDeviceActionResult, LocateDeviceActionResult, RemoteLockActionResult, ResetPasscodeActionResult, WindowsDefenderScanActionResult

public class DeviceActionResult extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Device Action Result.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • actionName

      @SerializedName(value="actionName", alternate="ActionName") @Expose @Nullable public String actionName
      The Action Name. Action name
    • actionState

      @SerializedName(value="actionState", alternate="ActionState") @Expose @Nullable public ActionState actionState
      The Action State. State of the action. Possible values are: none, pending, canceled, active, done, failed, notSupported.
    • lastUpdatedDateTime

      @SerializedName(value="lastUpdatedDateTime", alternate="LastUpdatedDateTime") @Expose @Nullable public OffsetDateTime lastUpdatedDateTime
      The Last Updated Date Time. Time the action state was last updated
    • startDateTime

      @SerializedName(value="startDateTime", alternate="StartDateTime") @Expose @Nullable public OffsetDateTime startDateTime
      The Start Date Time. Time the action was initiated
  • Constructor Details

    • DeviceActionResult

      public DeviceActionResult()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • 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
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to