Uses of Class
com.adyen.model.management.ApiCredential
-
Packages that use ApiCredential Package Description com.adyen.model.management com.adyen.service.management -
-
Uses of ApiCredential in com.adyen.model.management
Methods in com.adyen.model.management that return ApiCredential Modifier and Type Method Description ApiCredentialApiCredential. active(Boolean active)Indicates if the API credential is enabled.ApiCredentialApiCredential. addAllowedIpAddressesItem(String allowedIpAddressesItem)ApiCredentialApiCredential. addAllowedOriginsItem(AllowedOrigin allowedOriginsItem)ApiCredentialApiCredential. addRolesItem(String rolesItem)ApiCredentialApiCredential. allowedIpAddresses(List<String> allowedIpAddresses)List of IP addresses from which your client can make requests.ApiCredentialApiCredential. allowedOrigins(List<AllowedOrigin> allowedOrigins)List containing the [allowed origins](https://docs.adyen.com/development-resources/client-side-authentication#allowed-origins) linked to the API credential.ApiCredentialApiCredential. clientKey(String clientKey)Public key used for [client-side authentication](https://docs.adyen.com/development-resources/client-side-authentication).ApiCredentialApiCredential. description(String description)Description of the API credential.static ApiCredentialApiCredential. fromJson(String jsonString)Create an instance of ApiCredential given an JSON stringApiCredentialApiCredential. id(String id)Unique identifier of the API credential.ApiCredentialApiCredential. links(ApiCredentialLinks links)linksApiCredentialApiCredential. roles(List<String> roles)List of [roles](https://docs.adyen.com/development-resources/api-credentials#roles-1) for the API credential.ApiCredentialApiCredential. username(String username)The name of the [API credential](https://docs.adyen.com/development-resources/api-credentials), for example **ws@Company.TestCompany**.Methods in com.adyen.model.management that return types with arguments of type ApiCredential Modifier and Type Method Description List<ApiCredential>ListMerchantApiCredentialsResponse. getData()The list of API credentials.Methods in com.adyen.model.management with parameters of type ApiCredential Modifier and Type Method Description ListMerchantApiCredentialsResponseListMerchantApiCredentialsResponse. addDataItem(ApiCredential dataItem)Method parameters in com.adyen.model.management with type arguments of type ApiCredential Modifier and Type Method Description ListMerchantApiCredentialsResponseListMerchantApiCredentialsResponse. data(List<ApiCredential> data)The list of API credentials.voidListMerchantApiCredentialsResponse. setData(List<ApiCredential> data)The list of API credentials. -
Uses of ApiCredential in com.adyen.service.management
Methods in com.adyen.service.management that return ApiCredential Modifier and Type Method Description ApiCredentialApiCredentialsMerchantLevelApi. getApiCredential(String merchantId, String apiCredentialId)Get an API credentialApiCredentialApiCredentialsMerchantLevelApi. getApiCredential(String merchantId, String apiCredentialId, RequestOptions requestOptions)Get an API credentialApiCredentialApiCredentialsMerchantLevelApi. updateApiCredential(String merchantId, String apiCredentialId, UpdateMerchantApiCredentialRequest updateMerchantApiCredentialRequest)Update an API credentialApiCredentialApiCredentialsMerchantLevelApi. updateApiCredential(String merchantId, String apiCredentialId, UpdateMerchantApiCredentialRequest updateMerchantApiCredentialRequest, RequestOptions requestOptions)Update an API credential
-