Class SourceCollection

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

public class SourceCollection extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Source Collection.
  • Field Details

    • contentQuery

      @SerializedName(value="contentQuery", alternate="ContentQuery") @Expose @Nullable public String contentQuery
      The Content Query. The query string in KQL (Keyword Query Language) query. For details, see Keyword queries and search conditions for Content Search and eDiscovery. You can refine searches by using fields paired with values; for example, subject:'Quarterly Financials' AND Date>=06/01/2016 AND Date<=07/01/2016
    • createdBy

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

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

      @SerializedName(value="dataSourceScopes", alternate="DataSourceScopes") @Expose @Nullable public EnumSet<DataSourceScopes> dataSourceScopes
      The Data Source Scopes. When specified, the collection will span across a service for an entire workload. Possible values are: none,allTenantMailboxes,allTenantSites,allCaseCustodians,allCaseNoncustodialDataSources.
    • description

      @SerializedName(value="description", alternate="Description") @Expose @Nullable public String description
      The Description. The description of the sourceCollection
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. The display name of the sourceCollection
    • lastModifiedBy

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

      @SerializedName(value="lastModifiedDateTime", alternate="LastModifiedDateTime") @Expose @Nullable public OffsetDateTime lastModifiedDateTime
      The Last Modified Date Time. The last date and time the sourceCollection was modified.
    • additionalSources

      @SerializedName(value="additionalSources", alternate="AdditionalSources") @Expose @Nullable public DataSourceCollectionPage additionalSources
      The Additional Sources. Adds an additional source to the sourceCollection.
    • custodianSources

      @Nullable public DataSourceCollectionPage custodianSources
      The Custodian Sources. Custodian sources that are included in the sourceCollection.
    • lastEstimateStatisticsOperation

      @SerializedName(value="lastEstimateStatisticsOperation", alternate="LastEstimateStatisticsOperation") @Expose @Nullable public EstimateStatisticsOperation lastEstimateStatisticsOperation
      The Last Estimate Statistics Operation. The last estimate operation associated with the sourceCollection.
    • noncustodialSources

      @Nullable public NoncustodialDataSourceCollectionPage noncustodialSources
      The Noncustodial Sources. noncustodialDataSource sources that are included in the sourceCollection
  • Constructor Details

    • SourceCollection

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