Class EmailChannel


  • public final class EmailChannel
    extends Channel
    Email channel definition.
    • Constructor Detail

      • EmailChannel

        public EmailChannel()
    • Method Detail

      • properties

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

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

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