Class RetentionEvent

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

public class RetentionEvent extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Retention Event.
  • Field Details

    • createdBy

      @SerializedName(value="createdBy", alternate="CreatedBy") @Expose @Nullable public IdentitySet createdBy
      The Created By. The user who created the retentionEvent.
    • createdDateTime

      @SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTime
      The Created Date Time. The date time when the retentionEvent was created.
    • description

      @SerializedName(value="description", alternate="Description") @Expose @Nullable public String description
      The Description. Optional information about the event.
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. Name of the event.
    • eventPropagationResults

      @SerializedName(value="eventPropagationResults", alternate="EventPropagationResults") @Expose @Nullable public List<EventPropagationResult> eventPropagationResults
      The Event Propagation Results.
    • eventQueries

      @SerializedName(value="eventQueries", alternate="EventQueries") @Expose @Nullable public List<EventQuery> eventQueries
      The Event Queries. Represents the workload (SharePoint Online, OneDrive for Business, Exchange Online) and identification information associated with a retention event.
    • eventStatus

      @SerializedName(value="eventStatus", alternate="EventStatus") @Expose @Nullable public RetentionEventStatus eventStatus
      The Event Status.
    • eventTriggerDateTime

      @SerializedName(value="eventTriggerDateTime", alternate="EventTriggerDateTime") @Expose @Nullable public OffsetDateTime eventTriggerDateTime
      The Event Trigger Date Time. Optional time when the event should be triggered.
    • lastModifiedBy

      @SerializedName(value="lastModifiedBy", alternate="LastModifiedBy") @Expose @Nullable public IdentitySet lastModifiedBy
      The Last Modified By. The user who last modified the retentionEvent.
    • lastModifiedDateTime

      @SerializedName(value="lastModifiedDateTime", alternate="LastModifiedDateTime") @Expose @Nullable public OffsetDateTime lastModifiedDateTime
      The Last Modified Date Time. The latest date time when the retentionEvent was modified.
    • lastStatusUpdateDateTime

      @SerializedName(value="lastStatusUpdateDateTime", alternate="LastStatusUpdateDateTime") @Expose @Nullable public OffsetDateTime lastStatusUpdateDateTime
      The Last Status Update Date Time. Last time the status of the event was updated.
    • retentionEventType

      @SerializedName(value="retentionEventType", alternate="RetentionEventType") @Expose @Nullable public RetentionEventType retentionEventType
      The Retention Event Type. Specifies the event that will start the retention period for labels that use this event type when an event is created.
  • Constructor Details

    • RetentionEvent

      public RetentionEvent()
  • 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