Uses of Class
de.sonallux.spotify.api.http.Request
Packages that use Request
-
Uses of Request in de.sonallux.spotify.api.http
Methods in de.sonallux.spotify.api.http that return RequestModifier and TypeMethodDescriptionRequest.addBodyParameter(String key, Object value) Add a parameter that is passed in the request body.Request.addFormUrlEncodedField(String key, String value) Add a field for a form url encoded requestRequest.addHeaderParameter(String key, String value) Add a header parameter.Request.addPathParameter(String key, String value) Add a path parameterRequest.addQueryParameter(String key, String value) Add a query parameterRequest.withRawBody(okhttp3.RequestBody rawBody) Methods in de.sonallux.spotify.api.http with parameters of type RequestModifier and TypeMethodDescription<T> ApiCall<T>ApiCall.Factory.createApiCall(ApiClient apiClient, Request request, com.fasterxml.jackson.core.type.TypeReference<T> responseType) <T> ApiCall<T>ApiClient.createApiCall(Request request, com.fasterxml.jackson.core.type.TypeReference<T> responseType) <T> ApiCall<T>AuthorizedApiCall.Factory.createApiCall(ApiClient apiClient, Request request, com.fasterxml.jackson.core.type.TypeReference<T> responseType) Constructors in de.sonallux.spotify.api.http with parameters of type RequestModifierConstructorDescriptionAuthorizedApiCall(ApiAuthorizationProvider authProvider, ApiClient apiClient, Request request, com.fasterxml.jackson.core.type.TypeReference<T> responseType)