Uses of Class
com.adyen.model.management.GenerateApiKeyResponse
-
Packages that use GenerateApiKeyResponse Package Description com.adyen.model.management com.adyen.service.management -
-
Uses of GenerateApiKeyResponse in com.adyen.model.management
Methods in com.adyen.model.management that return GenerateApiKeyResponse Modifier and Type Method Description GenerateApiKeyResponseGenerateApiKeyResponse. apiKey(String apiKey)The generated API key.static GenerateApiKeyResponseGenerateApiKeyResponse. fromJson(String jsonString)Create an instance of GenerateApiKeyResponse given an JSON stringGenerateApiKeyResponseGenerateApiKeyResponse. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload. -
Uses of GenerateApiKeyResponse in com.adyen.service.management
Methods in com.adyen.service.management that return GenerateApiKeyResponse Modifier and Type Method Description GenerateApiKeyResponseApiKeyCompanyLevelApi. generateNewApiKey(String companyId, String apiCredentialId)Generate new API keyGenerateApiKeyResponseApiKeyCompanyLevelApi. generateNewApiKey(String companyId, String apiCredentialId, RequestOptions requestOptions)Generate new API keyGenerateApiKeyResponseApiKeyMerchantLevelApi. generateNewApiKey(String merchantId, String apiCredentialId)Generate new API keyGenerateApiKeyResponseApiKeyMerchantLevelApi. generateNewApiKey(String merchantId, String apiCredentialId, RequestOptions requestOptions)Generate new API key
-