Uses of Class
com.evernote.edam.notestore.SyncState

Packages that use SyncState
com.evernote.clients   
com.evernote.edam.notestore   
 

Uses of SyncState in com.evernote.clients
 

Methods in com.evernote.clients that return SyncState
 SyncState NoteStoreClient.getLinkedNotebookSyncState(LinkedNotebook linkedNotebook)
           
 SyncState NoteStoreClient.getSyncState()
           
 SyncState NoteStoreClient.getSyncStateWithMetrics(ClientUsageMetrics clientMetrics)
           
 

Uses of SyncState in com.evernote.edam.notestore
 

Methods in com.evernote.edam.notestore that return SyncState
 SyncState SyncState.deepCopy()
           
 SyncState NoteStoreIface.getLinkedNotebookSyncState(String authenticationToken, LinkedNotebook linkedNotebook)
          Asks the NoteStore to provide information about the status of a linked notebook that has been shared with the caller, or that is public to the world.
 SyncState NoteStore.Client.getLinkedNotebookSyncState(String authenticationToken, LinkedNotebook linkedNotebook)
           
 SyncState NoteStoreIface.getSyncState(String authenticationToken)
          Asks the NoteStore to provide information about the status of the user account corresponding to the provided authentication token.
 SyncState NoteStore.Client.getSyncState(String authenticationToken)
           
 SyncState NoteStoreIface.getSyncStateWithMetrics(String authenticationToken, ClientUsageMetrics clientMetrics)
          Asks the NoteStore to provide information about the status of the user account corresponding to the provided authentication token.
 SyncState NoteStore.Client.getSyncStateWithMetrics(String authenticationToken, ClientUsageMetrics clientMetrics)
           
 SyncState NoteStore.Client.recv_getLinkedNotebookSyncState()
           
 SyncState NoteStore.Client.recv_getSyncState()
           
 SyncState NoteStore.Client.recv_getSyncStateWithMetrics()
           
 

Methods in com.evernote.edam.notestore with parameters of type SyncState
 int SyncState.compareTo(SyncState other)
           
 boolean SyncState.equals(SyncState that)
           
 

Constructors in com.evernote.edam.notestore with parameters of type SyncState
SyncState(SyncState other)
          Performs a deep copy on other.
 



Copyright © 2013. All Rights Reserved.