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 singlePairobject.ApiClient.parameterToPairs(String collectionFormat, String name, Collection value) Formats the specified collection query parameters to a list ofPairobjects.Method parameters in com.amilesend.tvdb.client with type arguments of type PairModifier and TypeMethodDescriptionokhttp3.CallApiClient.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.RequestApiClient.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 TypeMethodDescriptionvoidvoidApply authentication settings to header and query params.voidvoid