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