| Package | Description |
|---|---|
| com.ardoq.adapter | |
| com.ardoq.service |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
AttachmentAdapter.serialize(Attachment reference,
Type type,
com.google.gson.JsonSerializationContext jsonSerializationContext) |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
AttachmentService.uploadAttachment(String resourceType,
String resourceId,
retrofit.mime.TypedFile attachment) |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
AttachmentService.getAttachments(String resourceType,
String resourceId) |
| Modifier and Type | Method and Description |
|---|---|
void |
AttachmentService.getAttachments(String resourceType,
String resourceId,
retrofit.Callback<List<Attachment>> callback) |
void |
AttachmentService.uploadAttachment(String resourceType,
String resourceId,
retrofit.mime.TypedFile attachment,
retrofit.Callback<Attachment> callback) |
Copyright © 2018. All rights reserved.