Uses of Class
com.adyen.model.payment.DeviceRenderOptions.SdkUiTypeEnum
-
Packages that use DeviceRenderOptions.SdkUiTypeEnum Package Description com.adyen.model.payment -
-
Uses of DeviceRenderOptions.SdkUiTypeEnum in com.adyen.model.payment
Methods in com.adyen.model.payment that return DeviceRenderOptions.SdkUiTypeEnum Modifier and Type Method Description static DeviceRenderOptions.SdkUiTypeEnumDeviceRenderOptions.SdkUiTypeEnum. fromValue(String value)static DeviceRenderOptions.SdkUiTypeEnumDeviceRenderOptions.SdkUiTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceRenderOptions.SdkUiTypeEnum[]DeviceRenderOptions.SdkUiTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.payment that return types with arguments of type DeviceRenderOptions.SdkUiTypeEnum Modifier and Type Method Description List<DeviceRenderOptions.SdkUiTypeEnum>DeviceRenderOptions. getSdkUiType()UI types supported for displaying specific challenges.Methods in com.adyen.model.payment with parameters of type DeviceRenderOptions.SdkUiTypeEnum Modifier and Type Method Description DeviceRenderOptionsDeviceRenderOptions. addSdkUiTypeItem(DeviceRenderOptions.SdkUiTypeEnum sdkUiTypeItem)Method parameters in com.adyen.model.payment with type arguments of type DeviceRenderOptions.SdkUiTypeEnum Modifier and Type Method Description DeviceRenderOptionsDeviceRenderOptions. sdkUiType(List<DeviceRenderOptions.SdkUiTypeEnum> sdkUiType)voidDeviceRenderOptions. setSdkUiType(List<DeviceRenderOptions.SdkUiTypeEnum> sdkUiType)UI types supported for displaying specific challenges.
-