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 Detail

      • uploadAttachment

        <any> uploadAttachment(java.lang.String authorization,
                               java.lang.String filename,
                               RequestBody typedFile)
      • deleteAttachment

        <any> deleteAttachment(java.lang.String authorization,
                               java.lang.String token)