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 Summary
FieldsModifier and TypeFieldDescriptionThe Additional Sources.The Content Query.The Created By.The Created Date Time.The Custodian Sources.The Data Source Scopes.The Description.The Display Name.The Last Estimate Statistics Operation.The Last Modified By.The Last Modified Date Time.The Noncustodial Sources. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
contentQuery
@SerializedName(value="contentQuery", alternate="ContentQuery") @Expose @Nullable public String contentQueryThe 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 createdByThe Created By. The user who created the sourceCollection. -
createdDateTime
@SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTimeThe Created Date Time. The date and time the sourceCollection was created. -
dataSourceScopes
@SerializedName(value="dataSourceScopes", alternate="DataSourceScopes") @Expose @Nullable public EnumSet<DataSourceScopes> dataSourceScopesThe 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 descriptionThe Description. The description of the sourceCollection -
displayName
@SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayNameThe Display Name. The display name of the sourceCollection -
lastModifiedBy
@SerializedName(value="lastModifiedBy", alternate="LastModifiedBy") @Expose @Nullable public IdentitySet lastModifiedByThe Last Modified By. The last user who modified the sourceCollection. -
lastModifiedDateTime
@SerializedName(value="lastModifiedDateTime", alternate="LastModifiedDateTime") @Expose @Nullable public OffsetDateTime lastModifiedDateTimeThe Last Modified Date Time. The last date and time the sourceCollection was modified. -
additionalSources
@SerializedName(value="additionalSources", alternate="AdditionalSources") @Expose @Nullable public DataSourceCollectionPage additionalSourcesThe Additional Sources. Adds an additional source to the sourceCollection. -
custodianSources
The Custodian Sources. Custodian sources that are included in the sourceCollection. -
lastEstimateStatisticsOperation
@SerializedName(value="lastEstimateStatisticsOperation", alternate="LastEstimateStatisticsOperation") @Expose @Nullable public EstimateStatisticsOperation lastEstimateStatisticsOperationThe Last Estimate Statistics Operation. The last estimate operation associated with the sourceCollection. -
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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-