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

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

Uses of ResourceAttributes in com.evernote.clients
 

Methods in com.evernote.clients that return ResourceAttributes
 ResourceAttributes NoteStoreClient.getResourceAttributes(String guid)
           
 

Uses of ResourceAttributes in com.evernote.edam.notestore
 

Methods in com.evernote.edam.notestore that return ResourceAttributes
 ResourceAttributes NoteStoreIface.getResourceAttributes(String authenticationToken, String guid)
          Returns the set of attributes for the Resource with the provided GUID.
 ResourceAttributes NoteStore.Client.getResourceAttributes(String authenticationToken, String guid)
           
 ResourceAttributes NoteStore.Client.recv_getResourceAttributes()
           
 

Uses of ResourceAttributes in com.evernote.edam.type
 

Methods in com.evernote.edam.type that return ResourceAttributes
 ResourceAttributes ResourceAttributes.deepCopy()
           
 ResourceAttributes Resource.getAttributes()
           
 

Methods in com.evernote.edam.type with parameters of type ResourceAttributes
 int ResourceAttributes.compareTo(ResourceAttributes other)
           
 boolean ResourceAttributes.equals(ResourceAttributes that)
           
 void Resource.setAttributes(ResourceAttributes attributes)
           
 

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



Copyright © 2013. All Rights Reserved.