com.evernote.edam.notestore
Class NoteStore.AsyncClient.authenticateToSharedNote_call

java.lang.Object
  extended by TAsyncMethodCall
      extended by com.evernote.edam.notestore.NoteStore.AsyncClient.authenticateToSharedNote_call
Enclosing class:
NoteStore.AsyncClient

public static class NoteStore.AsyncClient.authenticateToSharedNote_call
extends TAsyncMethodCall


Constructor Summary
NoteStore.AsyncClient.authenticateToSharedNote_call(java.lang.String guid, java.lang.String noteKey,  resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
 
Method Summary
 AuthenticationResult getResult()
           
 void write_args(TProtocol prot)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoteStore.AsyncClient.authenticateToSharedNote_call

public NoteStore.AsyncClient.authenticateToSharedNote_call(java.lang.String guid,
                                                           java.lang.String noteKey,
                                                            resultHandler,
                                                           TAsyncClient client,
                                                           TProtocolFactory protocolFactory,
                                                           TNonblockingTransport transport)
                                                    throws TException
Throws:
TException
Method Detail

write_args

public void write_args(TProtocol prot)
                throws TException
Throws:
TException

getResult

public AuthenticationResult getResult()
                               throws EDAMUserException,
                                      EDAMNotFoundException,
                                      EDAMSystemException,
                                      TException
Throws:
EDAMUserException
EDAMNotFoundException
EDAMSystemException
TException