Uses of Class
com.adyen.model.management.GenerateClientKeyResponse
-
Packages that use GenerateClientKeyResponse Package Description com.adyen.model.management com.adyen.service.management -
-
Uses of GenerateClientKeyResponse in com.adyen.model.management
Methods in com.adyen.model.management that return GenerateClientKeyResponse Modifier and Type Method Description GenerateClientKeyResponseGenerateClientKeyResponse. clientKey(String clientKey)Generated client keystatic GenerateClientKeyResponseGenerateClientKeyResponse. fromJson(String jsonString)Create an instance of GenerateClientKeyResponse given an JSON string -
Uses of GenerateClientKeyResponse in com.adyen.service.management
Methods in com.adyen.service.management that return GenerateClientKeyResponse Modifier and Type Method Description GenerateClientKeyResponseMyApiCredentialApi. generateClientKey()Generate a client keyGenerateClientKeyResponseMyApiCredentialApi. generateClientKey(RequestOptions requestOptions)Generate a client keyGenerateClientKeyResponseClientKeyCompanyLevelApi. generateNewClientKey(String companyId, String apiCredentialId)Generate new client keyGenerateClientKeyResponseClientKeyCompanyLevelApi. generateNewClientKey(String companyId, String apiCredentialId, RequestOptions requestOptions)Generate new client keyGenerateClientKeyResponseClientKeyMerchantLevelApi. generateNewClientKey(String merchantId, String apiCredentialId)Generate new client keyGenerateClientKeyResponseClientKeyMerchantLevelApi. generateNewClientKey(String merchantId, String apiCredentialId, RequestOptions requestOptions)Generate new client key
-