Interface DiscordWebhook


public interface DiscordWebhook
A custom Discord webhook. This class holds data about a webhook to send messages from.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the host link of the AdditionsPlus webhook handler.
    Get the link to the icon image.
    Get the identifier of this webhook.
    Get the link of the webhook.
    Get the name of the webhook.
  • Method Details

    • getId

      String getId()
      Get the identifier of this webhook.
      Returns:
      Identifier of the webhook.
    • getHost

      String getHost()
      Get the host link of the AdditionsPlus webhook handler.
      Returns:
      Host link of the webhook handler.
    • getLink

      String getLink()
      Get the link of the webhook.
      Returns:
      Link of the webhook.
    • getName

      String getName()
      Get the name of the webhook.
      Returns:
      Name of the webhook.
    • getIcon

      String getIcon()
      Get the link to the icon image.
      Returns:
      Link of the icon.