Class MsTeamsChannel


  • public final class MsTeamsChannel
    extends Channel
    Microsoft Teams channel definition.
    • Constructor Detail

      • MsTeamsChannel

        public MsTeamsChannel()
    • Method Detail

      • properties

        public MsTeamsChannelProperties properties()
        Get the properties property: The set of properties specific to Microsoft Teams channel resource.
        Returns:
        the properties value.
      • withProperties

        public MsTeamsChannel withProperties​(MsTeamsChannelProperties properties)
        Set the properties property: The set of properties specific to Microsoft Teams channel resource.
        Parameters:
        properties - the properties value to set.
        Returns:
        the MsTeamsChannel object itself.
      • withEtag

        public MsTeamsChannel withEtag​(String etag)
        Set the etag property: Entity Tag of the resource.
        Overrides:
        withEtag in class Channel
        Parameters:
        etag - the etag value to set.
        Returns:
        the Channel object itself.
      • withLocation

        public MsTeamsChannel withLocation​(String location)
        Set the location property: Specifies the location of the resource.
        Overrides:
        withLocation in class Channel
        Parameters:
        location - the location value to set.
        Returns:
        the Channel object itself.