Class EvernoteInfo


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

      Constructors 
      Constructor Description
      EvernoteInfo​(java.lang.String token, java.lang.Boolean productionEnv)  
    • Method Summary

      Modifier and Type Method Description
      java.lang.String getName()  
      java.lang.String getNotebookName​(java.lang.String notebookGuid)  
      java.lang.String getUserEmail()  
      int getUserId()  
      java.lang.String getUserName()  
      void revokeLongSession()  
      • Methods inherited from class java.lang.Object

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

      • EvernoteInfo

        public EvernoteInfo​(java.lang.String token,
                            java.lang.Boolean productionEnv)
                     throws com.evernote.edam.error.EDAMSystemException,
                            com.evernote.edam.error.EDAMUserException,
                            com.evernote.thrift.transport.TTransportException,
                            com.evernote.thrift.TException,
                            com.evernote.edam.error.EDAMNotFoundException
        Throws:
        com.evernote.edam.error.EDAMSystemException
        com.evernote.edam.error.EDAMUserException
        com.evernote.thrift.transport.TTransportException
        com.evernote.thrift.TException
        com.evernote.edam.error.EDAMNotFoundException
    • Method Detail

      • getUserId

        public int getUserId()
                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getUserEmail

        public java.lang.String getUserEmail()
                                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getUserName

        public java.lang.String getUserName()
                                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getName

        public java.lang.String getName()
                                 throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getNotebookName

        public java.lang.String getNotebookName​(java.lang.String notebookGuid)
                                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • revokeLongSession

        public void revokeLongSession()
                               throws java.lang.Exception
        Throws:
        java.lang.Exception