Uses of Class
com.adyen.model.configurationwebhooks.AccountSupportingEntityCapability.RequestedLevelEnum
-
Packages that use AccountSupportingEntityCapability.RequestedLevelEnum Package Description com.adyen.model.configurationwebhooks -
-
Uses of AccountSupportingEntityCapability.RequestedLevelEnum in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return AccountSupportingEntityCapability.RequestedLevelEnum Modifier and Type Method Description static AccountSupportingEntityCapability.RequestedLevelEnumAccountSupportingEntityCapability.RequestedLevelEnum. fromValue(String value)AccountSupportingEntityCapability.RequestedLevelEnumAccountSupportingEntityCapability. getRequestedLevel()The requested level of the capability.static AccountSupportingEntityCapability.RequestedLevelEnumAccountSupportingEntityCapability.RequestedLevelEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AccountSupportingEntityCapability.RequestedLevelEnum[]AccountSupportingEntityCapability.RequestedLevelEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.configurationwebhooks with parameters of type AccountSupportingEntityCapability.RequestedLevelEnum Modifier and Type Method Description AccountSupportingEntityCapabilityAccountSupportingEntityCapability. requestedLevel(AccountSupportingEntityCapability.RequestedLevelEnum requestedLevel)voidAccountSupportingEntityCapability. setRequestedLevel(AccountSupportingEntityCapability.RequestedLevelEnum requestedLevel)The requested level of the capability.
-