Class DeviceComplianceActionItem

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.DeviceComplianceActionItem
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class DeviceComplianceActionItem extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Device Compliance Action Item.
  • Field Details

    • actionType

      @SerializedName(value="actionType", alternate="ActionType") @Expose @Nullable public DeviceComplianceActionType actionType
      The Action Type. What action to take. Possible values are: noAction, notification, block, retire, wipe, removeResourceAccessProfiles, pushNotification.
    • gracePeriodHours

      @SerializedName(value="gracePeriodHours", alternate="GracePeriodHours") @Expose @Nullable public Integer gracePeriodHours
      The Grace Period Hours. Number of hours to wait till the action will be enforced. Valid values 0 to 8760
    • notificationMessageCCList

      @SerializedName(value="notificationMessageCCList", alternate="NotificationMessageCCList") @Expose @Nullable public List<String> notificationMessageCCList
      The Notification Message CCList. A list of group IDs to speicify who to CC this notification message to.
    • notificationTemplateId

      @SerializedName(value="notificationTemplateId", alternate="NotificationTemplateId") @Expose @Nullable public String notificationTemplateId
      The Notification Template Id. What notification Message template to use
  • Constructor Details

    • DeviceComplianceActionItem

      public DeviceComplianceActionItem()
  • 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 Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to