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)static 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 GenerateClientKeyResponseClientKeyCompanyLevelApi. 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 keyGenerateClientKeyResponseMyApiCredentialApi. generateNewClientKeyForSelf()Generate new client key for selfGenerateClientKeyResponseMyApiCredentialApi. generateNewClientKeyForSelf(RequestOptions requestOptions)Generate new client key for self
-