Uses of Class
de.sonallux.spotify.api.http.Response
-
Packages that use Response Package Description de.sonallux.spotify.api.http -
-
Uses of Response in de.sonallux.spotify.api.http
Methods in de.sonallux.spotify.api.http that return Response Modifier and Type Method Description static <T> Response<T>Response. error(Error error, okhttp3.Response rawResponse)Response<T>ApiCall. executeCall()protected Response<T>ApiCall. parseResponse(okhttp3.Response rawResponse)protected Response<T>AuthorizedApiCall. parseResponse(okhttp3.Response rawResponse)static <T> Response<T>Response. success(T body, okhttp3.Response rawResponse)
-