Class MailboxMessage


  • public class MailboxMessage
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MailboxMessage()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getOTP​(java.lang.String regex)  
      java.lang.String urlWhichContains​(java.lang.String substring)  
      java.lang.String urlWithText​(java.lang.String text)  
      • Methods inherited from class java.lang.Object

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

      • MailboxMessage

        public MailboxMessage()
    • Method Detail

      • getOTP

        public java.lang.String getOTP​(java.lang.String regex)
                                throws java.lang.Exception
        Throws:
        java.lang.Exception
      • urlWithText

        public java.lang.String urlWithText​(java.lang.String text)
                                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • urlWhichContains

        public java.lang.String urlWhichContains​(java.lang.String substring)
                                          throws java.lang.Exception
        Throws:
        java.lang.Exception