Class EmbedFooterImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      EmbedFooterImpl​(com.fasterxml.jackson.databind.JsonNode data)
      Creates a new embed footer.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<java.net.URL> getIconUrl()  
      java.util.Optional<java.net.URL> getProxyIconUrl()  
      java.util.Optional<java.lang.String> getText()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EmbedFooterImpl

        public EmbedFooterImpl​(com.fasterxml.jackson.databind.JsonNode data)
        Creates a new embed footer.
        Parameters:
        data - The json data of the footer.
    • Method Detail

      • getText

        public java.util.Optional<java.lang.String> getText()
        Specified by:
        getText in interface EmbedFooter
      • getIconUrl

        public java.util.Optional<java.net.URL> getIconUrl()
        Specified by:
        getIconUrl in interface EmbedFooter
      • getProxyIconUrl

        public java.util.Optional<java.net.URL> getProxyIconUrl()
        Specified by:
        getProxyIconUrl in interface EmbedFooter