|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Resource | |
|---|---|
| com.evernote.clients | |
| com.evernote.edam.notestore | |
| com.evernote.edam.type | |
| Uses of Resource in com.evernote.clients |
|---|
| Methods in com.evernote.clients that return Resource | |
|---|---|
Resource |
NoteStoreClient.getResource(String guid,
boolean withData,
boolean withRecognition,
boolean withAttributes,
boolean withAlternateData)
|
Resource |
NoteStoreClient.getResourceByHash(String noteGuid,
byte[] contentHash,
boolean withData,
boolean withRecognition,
boolean withAlternateData)
|
| Methods in com.evernote.clients with parameters of type Resource | |
|---|---|
int |
NoteStoreClient.updateResource(Resource resource)
|
| Uses of Resource in com.evernote.edam.notestore |
|---|
| Methods in com.evernote.edam.notestore that return Resource | |
|---|---|
Resource |
NoteStoreIface.getResource(String authenticationToken,
String guid,
boolean withData,
boolean withRecognition,
boolean withAttributes,
boolean withAlternateData)
Returns the current state of the resource in the service with the provided GUID. |
Resource |
NoteStore.Client.getResource(String authenticationToken,
String guid,
boolean withData,
boolean withRecognition,
boolean withAttributes,
boolean withAlternateData)
|
Resource |
NoteStoreIface.getResourceByHash(String authenticationToken,
String noteGuid,
byte[] contentHash,
boolean withData,
boolean withRecognition,
boolean withAlternateData)
Returns the current state of a resource, referenced by containing note GUID and resource content hash. |
Resource |
NoteStore.Client.getResourceByHash(String authenticationToken,
String noteGuid,
byte[] contentHash,
boolean withData,
boolean withRecognition,
boolean withAlternateData)
|
Resource |
NoteStore.Client.recv_getResource()
|
Resource |
NoteStore.Client.recv_getResourceByHash()
|
| Methods in com.evernote.edam.notestore that return types with arguments of type Resource | |
|---|---|
List<Resource> |
SyncChunk.getResources()
|
Iterator<Resource> |
SyncChunk.getResourcesIterator()
|
| Methods in com.evernote.edam.notestore with parameters of type Resource | |
|---|---|
void |
SyncChunk.addToResources(Resource elem)
|
void |
NoteStore.Client.send_updateResource(String authenticationToken,
Resource resource)
|
int |
NoteStoreIface.updateResource(String authenticationToken,
Resource resource)
Submit a set of changes to a resource to the service. |
int |
NoteStore.Client.updateResource(String authenticationToken,
Resource resource)
|
| Method parameters in com.evernote.edam.notestore with type arguments of type Resource | |
|---|---|
void |
SyncChunk.setResources(List<Resource> resources)
|
| Uses of Resource in com.evernote.edam.type |
|---|
| Methods in com.evernote.edam.type that return Resource | |
|---|---|
Resource |
Resource.deepCopy()
|
| Methods in com.evernote.edam.type that return types with arguments of type Resource | |
|---|---|
List<Resource> |
Note.getResources()
|
Iterator<Resource> |
Note.getResourcesIterator()
|
| Methods in com.evernote.edam.type with parameters of type Resource | |
|---|---|
void |
Note.addToResources(Resource elem)
|
int |
Resource.compareTo(Resource other)
|
boolean |
Resource.equals(Resource that)
|
| Method parameters in com.evernote.edam.type with type arguments of type Resource | |
|---|---|
void |
Note.setResources(List<Resource> resources)
|
| Constructors in com.evernote.edam.type with parameters of type Resource | |
|---|---|
Resource(Resource other)
Performs a deep copy on other. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||