Interface AttachmentsService
-
public interface AttachmentsService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description retrofit2.Call<com.github.jasminb.jsonapi.JSONAPIDocument<List<Attachment>>>get()
-
-
-
Method Detail
-
get
@GET(".") retrofit2.Call<com.github.jasminb.jsonapi.JSONAPIDocument<List<Attachment>>> get()
-
-