Interface ItemsService
-
public interface ItemsService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description retrofit2.Call<com.github.jasminb.jsonapi.JSONAPIDocument<List<Item>>>get()
-
public interface ItemsService
| Modifier and Type | Method | Description |
|---|---|---|
retrofit2.Call<com.github.jasminb.jsonapi.JSONAPIDocument<List<Item>>> |
get() |