Class TeamsTabConfiguration

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

public class TeamsTabConfiguration extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Teams Tab Configuration.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • contentUrl

      @SerializedName(value="contentUrl", alternate="ContentUrl") @Expose @Nullable public String contentUrl
      The Content Url. Url used for rendering tab contents in Teams. Required.
    • entityId

      @SerializedName(value="entityId", alternate="EntityId") @Expose @Nullable public String entityId
      The Entity Id. Identifier for the entity hosted by the tab provider.
    • removeUrl

      @SerializedName(value="removeUrl", alternate="RemoveUrl") @Expose @Nullable public String removeUrl
      The Remove Url. Url called by Teams client when a Tab is removed using the Teams Client.
    • websiteUrl

      @SerializedName(value="websiteUrl", alternate="WebsiteUrl") @Expose @Nullable public String websiteUrl
      The Website Url. Url for showing tab contents outside of Teams.
  • Constructor Details

    • TeamsTabConfiguration

      public TeamsTabConfiguration()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • 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
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to