Uses of Class
com.adyen.model.balanceplatform.AccountSupportingEntityCapability.RequestedLevelEnum
-
Packages that use AccountSupportingEntityCapability.RequestedLevelEnum Package Description com.adyen.model.balanceplatform -
-
Uses of AccountSupportingEntityCapability.RequestedLevelEnum in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform 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.AccountSupportingEntityCapability.RequestedLevelEnumAccountSupportingEntityCapability.RequestedLevelEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)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.balanceplatform with parameters of type AccountSupportingEntityCapability.RequestedLevelEnum Modifier and Type Method Description AccountSupportingEntityCapabilityAccountSupportingEntityCapability. requestedLevel(AccountSupportingEntityCapability.RequestedLevelEnum requestedLevel)voidAccountSupportingEntityCapability. setRequestedLevel(AccountSupportingEntityCapability.RequestedLevelEnum requestedLevel)voidAccountSupportingEntityCapability.RequestedLevelEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, AccountSupportingEntityCapability.RequestedLevelEnum enumeration)
-