Class NoncustodialDataSource
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.ediscovery.models.DataSourceContainer
com.microsoft.graph.ediscovery.models.NoncustodialDataSource
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class NoncustodialDataSource
extends DataSourceContainer
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Noncustodial Data Source.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Apply Hold To Source.The Data Source.Fields inherited from class com.microsoft.graph.ediscovery.models.DataSourceContainer
createdDateTime, displayName, lastIndexOperation, 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
-
applyHoldToSource
@SerializedName(value="applyHoldToSource", alternate="ApplyHoldToSource") @Expose @Nullable public Boolean applyHoldToSourceThe Apply Hold To Source. Indicates if hold is applied to non-custodial data source (such as mailbox or site). -
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.
-
-
Constructor Details
-
NoncustodialDataSource
public NoncustodialDataSource()
-
-
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
-