Uses of Class
com.ardoq.model.Attachment
| Package | Description |
|---|---|
| com.ardoq.adapter | |
| com.ardoq.service |
-
Uses of Attachment in com.ardoq.adapter
Methods in com.ardoq.adapter with parameters of type Attachment Modifier and Type Method Description com.google.gson.JsonElementAttachmentAdapter. serialize(Attachment reference, Type type, com.google.gson.JsonSerializationContext jsonSerializationContext) -
Uses of Attachment in com.ardoq.service
Methods in com.ardoq.service that return Attachment Modifier and Type Method Description AttachmentAttachmentService. uploadAttachment(String resourceType, String resourceId, retrofit.mime.TypedFile attachment)Methods in com.ardoq.service that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>AttachmentService. getAttachments(String resourceType, String resourceId)Method parameters in com.ardoq.service with type arguments of type Attachment Modifier and Type Method Description voidAttachmentService. getAttachments(String resourceType, String resourceId, retrofit.Callback<List<Attachment>> callback)voidAttachmentService. uploadAttachment(String resourceType, String resourceId, retrofit.mime.TypedFile attachment, retrofit.Callback<Attachment> callback)