Uses of Class
com.adyen.model.balanceplatform.ScaDeviceType
-
Packages that use ScaDeviceType Package Description com.adyen.model.balanceplatform -
-
Uses of ScaDeviceType in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return ScaDeviceType Modifier and Type Method Description static ScaDeviceTypeScaDeviceType. fromValue(String value)ScaDeviceTypeAssociationListing. getScaDeviceType()Get scaDeviceTypeScaDeviceTypeScaDevice. getType()Get typestatic ScaDeviceTypeScaDeviceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ScaDeviceType[]ScaDeviceType. 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 ScaDeviceType Modifier and Type Method Description AssociationListingAssociationListing. scaDeviceType(ScaDeviceType scaDeviceType)scaDeviceTypevoidAssociationListing. setScaDeviceType(ScaDeviceType scaDeviceType)scaDeviceTypevoidScaDevice. setType(ScaDeviceType type)typeScaDeviceScaDevice. type(ScaDeviceType type)type
-