Class EdiscoveryNoncustodialDataSource

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

public class EdiscoveryNoncustodialDataSource extends DataSourceContainer implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Ediscovery Noncustodial Data Source.
  • Field Details

    • dataSource

      @SerializedName(value="dataSource", alternate="DataSource") @Expose @Nullable public DataSource dataSource
      The Data Source. User source or SharePoint site data source as non-custodial data source.
    • lastIndexOperation

      @SerializedName(value="lastIndexOperation", alternate="LastIndexOperation") @Expose @Nullable public EdiscoveryIndexOperation lastIndexOperation
      The Last Index Operation. Operation entity that represents the latest indexing for the non-custodial data source.
  • Constructor Details

    • EdiscoveryNoncustodialDataSource

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