Class DataSource

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.security.models.DataSource
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
Direct Known Subclasses:
SiteSource, UnifiedGroupSource, UserSource

public class DataSource extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Data Source.
  • Field Details

    • createdBy

      @SerializedName(value="createdBy", alternate="CreatedBy") @Expose @Nullable public IdentitySet createdBy
      The Created By. The user who created the dataSource.
    • createdDateTime

      @SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTime
      The Created Date Time. The date and time the dataSource was created.
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. The display name of the dataSource. This will be the name of the SharePoint site.
    • holdStatus

      @SerializedName(value="holdStatus", alternate="HoldStatus") @Expose @Nullable public DataSourceHoldStatus holdStatus
      The Hold Status. The hold status of the dataSource.The possible values are: notApplied, applied, applying, removing, partial
  • Constructor Details

    • DataSource

      public DataSource()
  • 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 Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to