Package com.zendesk.sdk.network
Interface UploadService
-
public interface UploadService
Defines the operations that can be carried out on Uploads.For more information on the APIs available see: Attachment REST API Documentation
Currently this is defined using retrofit annotations but this could be changed in the future as long as these signatures remain.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description <any>
deleteAttachment(java.lang.String authorization, java.lang.String token)
<any>
uploadAttachment(java.lang.String authorization, java.lang.String filename, RequestBody typedFile)
-