Class MicrosoftGraphTeamsAppDefinition


  • public final class MicrosoftGraphTeamsAppDefinition
    extends MicrosoftGraphEntity
    teamsAppDefinition.
    • Constructor Detail

      • MicrosoftGraphTeamsAppDefinition

        public MicrosoftGraphTeamsAppDefinition()
    • Method Detail

      • displayName

        public String displayName()
        Get the displayName property: The name of the app provided by the app developer.
        Returns:
        the displayName value.
      • withDisplayName

        public MicrosoftGraphTeamsAppDefinition withDisplayName​(String displayName)
        Set the displayName property: The name of the app provided by the app developer.
        Parameters:
        displayName - the displayName value to set.
        Returns:
        the MicrosoftGraphTeamsAppDefinition object itself.
      • teamsAppId

        public String teamsAppId()
        Get the teamsAppId property: The ID from the Teams app manifest.
        Returns:
        the teamsAppId value.
      • withTeamsAppId

        public MicrosoftGraphTeamsAppDefinition withTeamsAppId​(String teamsAppId)
        Set the teamsAppId property: The ID from the Teams app manifest.
        Parameters:
        teamsAppId - the teamsAppId value to set.
        Returns:
        the MicrosoftGraphTeamsAppDefinition object itself.
      • version

        public String version()
        Get the version property: The version number of the application.
        Returns:
        the version value.
      • withVersion

        public MicrosoftGraphTeamsAppDefinition withVersion​(String version)
        Set the version property: The version number of the application.
        Parameters:
        version - the version value to set.
        Returns:
        the MicrosoftGraphTeamsAppDefinition object itself.