Class MicrosoftGraphTeamsTab

java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsTab

public final class MicrosoftGraphTeamsTab extends MicrosoftGraphEntity
teamsTab.
  • Constructor Details

    • MicrosoftGraphTeamsTab

      public MicrosoftGraphTeamsTab()
      Creates an instance of MicrosoftGraphTeamsTab class.
  • Method Details

    • configuration

      public MicrosoftGraphTeamsTabConfiguration configuration()
      Get the configuration property: teamsTabConfiguration.
      Returns:
      the configuration value.
    • withConfiguration

      public MicrosoftGraphTeamsTab withConfiguration(MicrosoftGraphTeamsTabConfiguration configuration)
      Set the configuration property: teamsTabConfiguration.
      Parameters:
      configuration - the configuration value to set.
      Returns:
      the MicrosoftGraphTeamsTab object itself.
    • displayName

      public String displayName()
      Get the displayName property: Name of the tab.
      Returns:
      the displayName value.
    • withDisplayName

      public MicrosoftGraphTeamsTab withDisplayName(String displayName)
      Set the displayName property: Name of the tab.
      Parameters:
      displayName - the displayName value to set.
      Returns:
      the MicrosoftGraphTeamsTab object itself.
    • webUrl

      public String webUrl()
      Get the webUrl property: Deep link URL of the tab instance. Read only.
      Returns:
      the webUrl value.
    • withWebUrl

      public MicrosoftGraphTeamsTab withWebUrl(String webUrl)
      Set the webUrl property: Deep link URL of the tab instance. Read only.
      Parameters:
      webUrl - the webUrl value to set.
      Returns:
      the MicrosoftGraphTeamsTab object itself.
    • teamsApp

      public MicrosoftGraphTeamsApp teamsApp()
      Get the teamsApp property: teamsApp.
      Returns:
      the teamsApp value.
    • withTeamsApp

      public MicrosoftGraphTeamsTab withTeamsApp(MicrosoftGraphTeamsApp teamsApp)
      Set the teamsApp property: teamsApp.
      Parameters:
      teamsApp - the teamsApp value to set.
      Returns:
      the MicrosoftGraphTeamsTab object itself.
    • additionalProperties

      public Map<String,Object> additionalProperties()
      Get the additionalProperties property: teamsTab.
      Overrides:
      additionalProperties in class MicrosoftGraphEntity
      Returns:
      the additionalProperties value.
    • withAdditionalProperties

      public MicrosoftGraphTeamsTab withAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties property: teamsTab.
      Overrides:
      withAdditionalProperties in class MicrosoftGraphEntity
      Parameters:
      additionalProperties - the additionalProperties value to set.
      Returns:
      the MicrosoftGraphTeamsTab object itself.
    • withId

      public MicrosoftGraphTeamsTab withId(String id)
      Set the id property: Read-only.
      Overrides:
      withId in class MicrosoftGraphEntity
      Parameters:
      id - the id value to set.
      Returns:
      the MicrosoftGraphEntity object itself.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class MicrosoftGraphEntity
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.