| Package | Description |
|---|---|
| com.codota.service.client | |
| com.codota.service.client.requests |
| Modifier and Type | Field and Description |
|---|---|
List<Bookmark> |
CrossRefResults.bookmarks |
| Modifier and Type | Method and Description |
|---|---|
Collection<Bookmark> |
SearchClient.decryptBatch(String decrypt_url,
Collection<Bookmark> bookmarks)
misleading API - bookmarks are updated in-place, careful!
|
| Modifier and Type | Method and Description |
|---|---|
String |
SearchClient.decrypt(String decrypt_url,
Bookmark bookmark) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Bookmark> |
SearchClient.decryptBatch(String decrypt_url,
Collection<Bookmark> bookmarks)
misleading API - bookmarks are updated in-place, careful!
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Bookmark> |
DecryptBatchRequest.run()
misleading API - bookmarks are updated in-place, careful!
|
| Constructor and Description |
|---|
DecryptRequest(ServiceConnector connector,
String route,
String token,
Bookmark bookmark) |
| Constructor and Description |
|---|
DecryptBatchRequest(ServiceConnector connector,
String route,
String token,
Collection<Bookmark> bookmarks) |
Copyright © 2018. All rights reserved.