Class EdiscoveryCustodian

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class EdiscoveryCustodian extends DataSourceContainer implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Ediscovery Custodian.
  • Field Details

    • acknowledgedDateTime

      @SerializedName(value="acknowledgedDateTime", alternate="AcknowledgedDateTime") @Expose @Nullable public OffsetDateTime acknowledgedDateTime
      The Acknowledged Date Time. Date and time the custodian acknowledged a hold notification.
    • email

      @SerializedName(value="email", alternate="Email") @Expose @Nullable public String email
      The Email. Email address of the custodian.
    • lastIndexOperation

      @SerializedName(value="lastIndexOperation", alternate="LastIndexOperation") @Expose @Nullable public EdiscoveryIndexOperation lastIndexOperation
      The Last Index Operation. Operation entity that represents the latest indexing for the custodian.
    • siteSources

      @SerializedName(value="siteSources", alternate="SiteSources") @Expose @Nullable public SiteSourceCollectionPage siteSources
      The Site Sources. Data source entity for SharePoint sites associated with the custodian.
    • unifiedGroupSources

      @SerializedName(value="unifiedGroupSources", alternate="UnifiedGroupSources") @Expose @Nullable public UnifiedGroupSourceCollectionPage unifiedGroupSources
      The Unified Group Sources. Data source entity for groups associated with the custodian.
    • userSources

      @SerializedName(value="userSources", alternate="UserSources") @Expose @Nullable public UserSourceCollectionPage userSources
      The User Sources. Data source entity for a the custodian. This is the container for a custodian's mailbox and OneDrive for Business site.
  • Constructor Details

    • EdiscoveryCustodian

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