Uses of Class
com.amilesend.tvdb.client.Pair
Packages that use Pair
-
Uses of Pair in com.amilesend.tvdb.client
Methods in com.amilesend.tvdb.client that return types with arguments of type PairModifier and TypeMethodDescriptionApiClient.parameterToPair
(String name, Object value) Formats the specified query parameter to a list containing a singlePair
object.ApiClient.parameterToPairs
(String collectionFormat, String name, Collection value) Formats the specified collection query parameters to a list ofPair
objects.Method parameters in com.amilesend.tvdb.client with type arguments of type PairModifier and TypeMethodDescriptionokhttp3.Call
ApiClient.buildCall
(String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, Object> formParams, String[] authNames, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build HTTP call with the given options.okhttp3.Request
ApiClient.buildRequest
(String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, Object> formParams, String[] authNames, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build an HTTP request with the given options. -
Uses of Pair in com.amilesend.tvdb.client.auth
Method parameters in com.amilesend.tvdb.client.auth with type arguments of type PairModifier and TypeMethodDescriptionvoid
void
Apply authentication settings to header and query params.void
void