Class UserScopeTeamsAppInstallation

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

public class UserScopeTeamsAppInstallation extends TeamsAppInstallation implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the User Scope Teams App Installation.
  • Field Details

    • chat

      @SerializedName(value="chat", alternate="Chat") @Expose @Nullable public Chat chat
      The Chat. The chat between the user and Teams app.
  • Constructor Details

    • UserScopeTeamsAppInstallation

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