Class LinkData

  • All Implemented Interfaces:

    
    public final class LinkData
    
                        

    Represents an openable link, if the link is a valid URL and isUserOpenable is set to true, the user can open the link in a web browser.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getLink()
      final Boolean isUserOpenable()
      final Boolean isOpenable() Checks if link is a valid url and isUserOpenable is set to true
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait