Uses of Class
io.gitea.Pair
-
Packages that use Pair Package Description io.gitea io.gitea.auth -
-
Uses of Pair in io.gitea
Methods in io.gitea that return types with arguments of type Pair Modifier and Type Method Description java.util.List<Pair>ApiClient. parameterToPair(java.lang.String name, java.lang.Object value)Formats the specified query parameter to a list containing a singlePairobject.java.util.List<Pair>ApiClient. parameterToPairs(java.lang.String collectionFormat, java.lang.String name, java.util.Collection value)Formats the specified collection query parameters to a list ofPairobjects.Method parameters in io.gitea with type arguments of type Pair Modifier and Type Method Description com.squareup.okhttp.CallApiClient. buildCall(java.lang.String path, java.lang.String method, java.util.List<Pair> queryParams, java.util.List<Pair> collectionQueryParams, java.lang.Object body, java.util.Map<java.lang.String,java.lang.String> headerParams, java.util.Map<java.lang.String,java.lang.Object> formParams, java.lang.String[] authNames, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build HTTP call with the given options.com.squareup.okhttp.RequestApiClient. buildRequest(java.lang.String path, java.lang.String method, java.util.List<Pair> queryParams, java.util.List<Pair> collectionQueryParams, java.lang.Object body, java.util.Map<java.lang.String,java.lang.String> headerParams, java.util.Map<java.lang.String,java.lang.Object> formParams, java.lang.String[] authNames, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build an HTTP request with the given options.java.lang.StringApiClient. buildUrl(java.lang.String path, java.util.List<Pair> queryParams, java.util.List<Pair> collectionQueryParams)Build full URL by concatenating base path, the given sub path and query parameters.voidApiClient. updateParamsForAuth(java.lang.String[] authNames, java.util.List<Pair> queryParams, java.util.Map<java.lang.String,java.lang.String> headerParams)Update query and header parameters based on authentication settings. -
Uses of Pair in io.gitea.auth
Method parameters in io.gitea.auth with type arguments of type Pair Modifier and Type Method Description voidApiKeyAuth. applyToParams(java.util.List<Pair> queryParams, java.util.Map<java.lang.String,java.lang.String> headerParams)voidAuthentication. applyToParams(java.util.List<Pair> queryParams, java.util.Map<java.lang.String,java.lang.String> headerParams)Apply authentication settings to header and query params.voidHttpBasicAuth. applyToParams(java.util.List<Pair> queryParams, java.util.Map<java.lang.String,java.lang.String> headerParams)voidOAuth. applyToParams(java.util.List<Pair> queryParams, java.util.Map<java.lang.String,java.lang.String> headerParams)
-