Class MicrosoftGraphTeamsTab

    • Constructor Detail

      • MicrosoftGraphTeamsTab

        public MicrosoftGraphTeamsTab()
    • Method Detail

      • 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.