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

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

Uses of Tag in com.evernote.clients
 

Methods in com.evernote.clients that return Tag
 Tag NoteStoreClient.createTag(Tag tag)
           
 Tag NoteStoreClient.getTag(String guid)
           
 

Methods in com.evernote.clients that return types with arguments of type Tag
 List<Tag> NoteStoreClient.listTags()
           
 List<Tag> NoteStoreClient.listTagsByNotebook(String notebookGuid)
           
 

Methods in com.evernote.clients with parameters of type Tag
 Tag NoteStoreClient.createTag(Tag tag)
           
 int NoteStoreClient.updateTag(Tag tag)
           
 

Uses of Tag in com.evernote.edam.notestore
 

Methods in com.evernote.edam.notestore that return Tag
 Tag NoteStoreIface.createTag(String authenticationToken, Tag tag)
          Asks the service to make a tag with a set of information.
 Tag NoteStore.Client.createTag(String authenticationToken, Tag tag)
           
 Tag NoteStoreIface.getTag(String authenticationToken, String guid)
          Returns the current state of the Tag with the provided GUID.
 Tag NoteStore.Client.getTag(String authenticationToken, String guid)
           
 Tag NoteStore.Client.recv_createTag()
           
 Tag NoteStore.Client.recv_getTag()
           
 

Methods in com.evernote.edam.notestore that return types with arguments of type Tag
 List<Tag> SyncChunk.getTags()
           
 List<Tag> RelatedResult.getTags()
           
 Iterator<Tag> SyncChunk.getTagsIterator()
           
 Iterator<Tag> RelatedResult.getTagsIterator()
           
 List<Tag> NoteStoreIface.listTags(String authenticationToken)
          Returns a list of the tags in the account.
 List<Tag> NoteStore.Client.listTags(String authenticationToken)
           
 List<Tag> NoteStoreIface.listTagsByNotebook(String authenticationToken, String notebookGuid)
          Returns a list of the tags that are applied to at least one note within the provided notebook.
 List<Tag> NoteStore.Client.listTagsByNotebook(String authenticationToken, String notebookGuid)
           
 List<Tag> NoteStore.Client.recv_listTags()
           
 List<Tag> NoteStore.Client.recv_listTagsByNotebook()
           
 

Methods in com.evernote.edam.notestore with parameters of type Tag
 void SyncChunk.addToTags(Tag elem)
           
 void RelatedResult.addToTags(Tag elem)
           
 Tag NoteStoreIface.createTag(String authenticationToken, Tag tag)
          Asks the service to make a tag with a set of information.
 Tag NoteStore.Client.createTag(String authenticationToken, Tag tag)
           
 void NoteStore.Client.send_createTag(String authenticationToken, Tag tag)
           
 void NoteStore.Client.send_updateTag(String authenticationToken, Tag tag)
           
 int NoteStoreIface.updateTag(String authenticationToken, Tag tag)
          Submits tag changes to the service.
 int NoteStore.Client.updateTag(String authenticationToken, Tag tag)
           
 

Method parameters in com.evernote.edam.notestore with type arguments of type Tag
 void SyncChunk.setTags(List<Tag> tags)
           
 void RelatedResult.setTags(List<Tag> tags)
           
 

Uses of Tag in com.evernote.edam.type
 

Methods in com.evernote.edam.type that return Tag
 Tag Tag.deepCopy()
           
 

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

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



Copyright © 2013. All Rights Reserved.