Uses of Class
com.evernote.edam.type.LazyMap

Packages that use LazyMap
com.evernote.clients   
com.evernote.edam.notestore   
com.evernote.edam.type   
 

Uses of LazyMap in com.evernote.clients
 

Methods in com.evernote.clients that return LazyMap
 LazyMap NoteStoreClient.getNoteApplicationData(String guid)
           
 LazyMap NoteStoreClient.getResourceApplicationData(String guid)
           
 

Uses of LazyMap in com.evernote.edam.notestore
 

Methods in com.evernote.edam.notestore that return LazyMap
 LazyMap NoteStoreIface.getNoteApplicationData(String authenticationToken, String guid)
          Get all of the application data for the note identified by GUID, with values returned within the LazyMap fullMap field.
 LazyMap NoteStore.Client.getNoteApplicationData(String authenticationToken, String guid)
           
 LazyMap NoteStoreIface.getResourceApplicationData(String authenticationToken, String guid)
          Get all of the application data for the Resource identified by GUID, with values returned within the LazyMap fullMap field.
 LazyMap NoteStore.Client.getResourceApplicationData(String authenticationToken, String guid)
           
 LazyMap NoteStore.Client.recv_getNoteApplicationData()
           
 LazyMap NoteStore.Client.recv_getResourceApplicationData()
           
 

Uses of LazyMap in com.evernote.edam.type
 

Methods in com.evernote.edam.type that return LazyMap
 LazyMap LazyMap.deepCopy()
           
 LazyMap ResourceAttributes.getApplicationData()
           
 LazyMap NoteAttributes.getApplicationData()
           
 

Methods in com.evernote.edam.type with parameters of type LazyMap
 int LazyMap.compareTo(LazyMap other)
           
 boolean LazyMap.equals(LazyMap that)
           
 void ResourceAttributes.setApplicationData(LazyMap applicationData)
           
 void NoteAttributes.setApplicationData(LazyMap applicationData)
           
 

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



Copyright © 2013. All Rights Reserved.