Class UserSource

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

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

    • email

      @SerializedName(value="email", alternate="Email") @Expose @Nullable public String email
      The Email. Email address of the user's mailbox.
    • includedSources

      @SerializedName(value="includedSources", alternate="IncludedSources") @Expose @Nullable public EnumSet<SourceType> includedSources
      The Included Sources. Specifies which sources are included in this group. Possible values are: mailbox, site.
    • siteWebUrl

      @SerializedName(value="siteWebUrl", alternate="SiteWebUrl") @Expose @Nullable public String siteWebUrl
      The Site Web Url. The URL of the user's OneDrive for Business site. Read-only.
  • Constructor Details

    • UserSource

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