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>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> ApiCall<T>createApiCall(ApiClient apiClient, Request request, com.fasterxml.jackson.core.type.TypeReference<T> responseType)
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
createApiCall
public <T> ApiCall<T> createApiCall(ApiClient apiClient, Request request, com.fasterxml.jackson.core.type.TypeReference<T> responseType) - Overrides:
createApiCallin classApiCall.Factory
-