Class EducationTeamsAppResource

java.lang.Object
com.microsoft.graph.models.EducationResource
com.microsoft.graph.models.EducationTeamsAppResource
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class EducationTeamsAppResource extends EducationResource implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Education Teams App Resource.
  • Field Details

    • appIconWebUrl

      @SerializedName(value="appIconWebUrl", alternate="AppIconWebUrl") @Expose @Nullable public String appIconWebUrl
      The App Icon Web Url.
    • appId

      @SerializedName(value="appId", alternate="AppId") @Expose @Nullable public String appId
      The App Id.
    • teamsEmbeddedContentUrl

      @SerializedName(value="teamsEmbeddedContentUrl", alternate="TeamsEmbeddedContentUrl") @Expose @Nullable public String teamsEmbeddedContentUrl
      The Teams Embedded Content Url.
    • webUrl

      @SerializedName(value="webUrl", alternate="WebUrl") @Expose @Nullable public String webUrl
      The Web Url.
  • Constructor Details

    • EducationTeamsAppResource

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