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 Summary
FieldsModifier and TypeFieldDescriptionThe Data Source.The Last Index Operation.Fields inherited from class com.microsoft.graph.security.models.DataSourceContainer
createdDateTime, displayName, holdStatus, lastModifiedDateTime, releasedDateTime, status -
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
-
dataSource
@SerializedName(value="dataSource", alternate="DataSource") @Expose @Nullable public DataSource dataSourceThe Data Source. User source or SharePoint site data source as non-custodial data source. -
lastIndexOperation
@SerializedName(value="lastIndexOperation", alternate="LastIndexOperation") @Expose @Nullable public EdiscoveryIndexOperation lastIndexOperationThe 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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classDataSourceContainer- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-