Class EdiscoverySearch
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.security.models.Search
com.microsoft.graph.security.models.EdiscoverySearch
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class EdiscoverySearch
extends Search
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Ediscovery Search.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Additional Sources.The Add To Review Set Operation.The Custodian Sources.The Data Source Scopes.The Last Estimate Statistics Operation.The Noncustodial Sources.Fields inherited from class com.microsoft.graph.security.models.Search
contentQuery, createdBy, createdDateTime, description, displayName, lastModifiedBy, lastModifiedDateTime
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManager
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
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. -
additionalSources
@SerializedName(value="additionalSources", alternate="AdditionalSources") @Expose @Nullable public DataSourceCollectionPage additionalSourcesThe Additional Sources. Adds an additional source to the eDiscovery search. -
addToReviewSetOperation
@SerializedName(value="addToReviewSetOperation", alternate="AddToReviewSetOperation") @Expose @Nullable public EdiscoveryAddToReviewSetOperation addToReviewSetOperationThe Add To Review Set Operation. Adds the results of the eDiscovery search to the specified reviewSet. -
custodianSources
The Custodian Sources. Custodian sources that are included in the eDiscovery search. -
lastEstimateStatisticsOperation
@SerializedName(value="lastEstimateStatisticsOperation", alternate="LastEstimateStatisticsOperation") @Expose @Nullable public EdiscoveryEstimateOperation lastEstimateStatisticsOperationThe Last Estimate Statistics Operation. The last estimate operation associated with the eDiscovery search. -
noncustodialSources
The Noncustodial Sources. noncustodialDataSource sources that are included in the eDiscovery search
-
-
Constructor Details
-
EdiscoverySearch
public EdiscoverySearch()
-
-
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 interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Overrides:
setRawObject
in classSearch
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-