Uses of Class
com.adyen.model.payment.DeviceRenderOptions.SdkInterfaceEnum
-
Packages that use DeviceRenderOptions.SdkInterfaceEnum Package Description com.adyen.model.payment -
-
Uses of DeviceRenderOptions.SdkInterfaceEnum in com.adyen.model.payment
Methods in com.adyen.model.payment that return DeviceRenderOptions.SdkInterfaceEnum Modifier and Type Method Description static DeviceRenderOptions.SdkInterfaceEnumDeviceRenderOptions.SdkInterfaceEnum. fromValue(String value)DeviceRenderOptions.SdkInterfaceEnumDeviceRenderOptions. getSdkInterface()Supported SDK interface types.static DeviceRenderOptions.SdkInterfaceEnumDeviceRenderOptions.SdkInterfaceEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceRenderOptions.SdkInterfaceEnum[]DeviceRenderOptions.SdkInterfaceEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.payment with parameters of type DeviceRenderOptions.SdkInterfaceEnum Modifier and Type Method Description DeviceRenderOptionsDeviceRenderOptions. sdkInterface(DeviceRenderOptions.SdkInterfaceEnum sdkInterface)Supported SDK interface types.voidDeviceRenderOptions. setSdkInterface(DeviceRenderOptions.SdkInterfaceEnum sdkInterface)Supported SDK interface types.
-