Class WebChatChannel


  • public final class WebChatChannel
    extends Channel
    Web Chat channel definition.
    • Constructor Detail

      • WebChatChannel

        public WebChatChannel()
    • Method Detail

      • properties

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

        public WebChatChannel withProperties​(WebChatChannelProperties properties)
        Set the properties property: The set of properties specific to Web Chat channel resource.
        Parameters:
        properties - the properties value to set.
        Returns:
        the WebChatChannel object itself.
      • withEtag

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