Package de.sonallux.spotify.api.http
Class AuthorizedApiCall.Factory
- java.lang.Object
-
- de.sonallux.spotify.api.http.ApiCall.Factory
-
- de.sonallux.spotify.api.http.AuthorizedApiCall.Factory
-
- Enclosing class:
- AuthorizedApiCall<T>
public static class AuthorizedApiCall.Factory extends ApiCall.Factory
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> ApiCall<T>createApiCall(ApiClient apiClient, Request request, com.fasterxml.jackson.core.type.TypeReference<T> responseType)
-
-
-
Method Detail
-
createApiCall
public <T> ApiCall<T> createApiCall(ApiClient apiClient, Request request, com.fasterxml.jackson.core.type.TypeReference<T> responseType)
- Overrides:
createApiCallin classApiCall.Factory
-
-