Class MicrosoftGraphTeamsApp

    • Constructor Detail

      • MicrosoftGraphTeamsApp

        public MicrosoftGraphTeamsApp()
    • Method Detail

      • displayName

        public String displayName()
        Get the displayName property: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package.
        Returns:
        the displayName value.
      • withDisplayName

        public MicrosoftGraphTeamsApp withDisplayName​(String displayName)
        Set the displayName property: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package.
        Parameters:
        displayName - the displayName value to set.
        Returns:
        the MicrosoftGraphTeamsApp object itself.
      • distributionMethod

        public MicrosoftGraphTeamsAppDistributionMethod distributionMethod()
        Get the distributionMethod property: The distributionMethod property.
        Returns:
        the distributionMethod value.
      • withDistributionMethod

        public MicrosoftGraphTeamsApp withDistributionMethod​(MicrosoftGraphTeamsAppDistributionMethod distributionMethod)
        Set the distributionMethod property: The distributionMethod property.
        Parameters:
        distributionMethod - the distributionMethod value to set.
        Returns:
        the MicrosoftGraphTeamsApp object itself.
      • externalId

        public String externalId()
        Get the externalId property: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package.
        Returns:
        the externalId value.
      • withExternalId

        public MicrosoftGraphTeamsApp withExternalId​(String externalId)
        Set the externalId property: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package.
        Parameters:
        externalId - the externalId value to set.
        Returns:
        the MicrosoftGraphTeamsApp object itself.
      • appDefinitions

        public List<MicrosoftGraphTeamsAppDefinition> appDefinitions()
        Get the appDefinitions property: The details for each version of the app.
        Returns:
        the appDefinitions value.
      • withAppDefinitions

        public MicrosoftGraphTeamsApp withAppDefinitions​(List<MicrosoftGraphTeamsAppDefinition> appDefinitions)
        Set the appDefinitions property: The details for each version of the app.
        Parameters:
        appDefinitions - the appDefinitions value to set.
        Returns:
        the MicrosoftGraphTeamsApp object itself.