Uses of Class
cloud.genesys.webmessaging.sdk.Pair
-
Packages that use Pair Package Description cloud.genesys.webmessaging.sdk cloud.genesys.webmessaging.sdk.auth -
-
Uses of Pair in cloud.genesys.webmessaging.sdk
Methods in cloud.genesys.webmessaging.sdk that return types with arguments of type Pair Modifier and Type Method Description List<Pair>ApiRequest. getQueryParams()List<Pair>ApiClient. parameterToPairs(String collectionFormat, String name, Object value) -
Uses of Pair in cloud.genesys.webmessaging.sdk.auth
Method parameters in cloud.genesys.webmessaging.sdk.auth with type arguments of type Pair Modifier and Type Method Description voidAuthentication. applyToParams(List<Pair> queryParams, Map<String,String> headerParams)Apply authentication settings to header and query params.voidOAuth. applyToParams(List<Pair> queryParams, Map<String,String> headerParams)
-