Class SlackChannel


  • public final class SlackChannel
    extends Channel
    Slack channel definition.
    • Constructor Detail

      • SlackChannel

        public SlackChannel()
    • Method Detail

      • properties

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

        public SlackChannel withProperties​(SlackChannelProperties properties)
        Set the properties property: The set of properties specific to Slack channel resource.
        Parameters:
        properties - the properties value to set.
        Returns:
        the SlackChannel object itself.
      • withEtag

        public SlackChannel 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 SlackChannel 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.