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

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

public static class NoteStore.AsyncClient.getResourceByHash_call
extends TAsyncMethodCall


Constructor Summary
NoteStore.AsyncClient.getResourceByHash_call(java.lang.String authenticationToken, java.lang.String noteGuid, byte[] contentHash, boolean withData, boolean withRecognition, boolean withAlternateData,  resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
 
Method Summary
 Resource 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.getResourceByHash_call

public NoteStore.AsyncClient.getResourceByHash_call(java.lang.String authenticationToken,
                                                    java.lang.String noteGuid,
                                                    byte[] contentHash,
                                                    boolean withData,
                                                    boolean withRecognition,
                                                    boolean withAlternateData,
                                                     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 Resource getResult()
                   throws EDAMUserException,
                          EDAMSystemException,
                          EDAMNotFoundException,
                          TException
Throws:
EDAMUserException
EDAMSystemException
EDAMNotFoundException
TException