Class UserTeamwork

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.UserTeamwork
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class UserTeamwork extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the User Teamwork.
  • Field Details

    • associatedTeams

      @SerializedName(value="associatedTeams", alternate="AssociatedTeams") @Expose @Nullable public AssociatedTeamInfoCollectionPage associatedTeams
      The Associated Teams. The list of associatedTeamInfo objects that a user is associated with.
    • installedApps

      @SerializedName(value="installedApps", alternate="InstalledApps") @Expose @Nullable public UserScopeTeamsAppInstallationCollectionPage installedApps
      The Installed Apps. The apps installed in the personal scope of this user.
  • Constructor Details

    • UserTeamwork

      public UserTeamwork()
  • 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