Class 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 Details

    • applyHoldToSource

      @SerializedName(value="applyHoldToSource", alternate="ApplyHoldToSource") @Expose @Nullable public Boolean applyHoldToSource
      The 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 dataSource
      The 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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class DataSourceContainer
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to