Uses of Class
com.adyen.model.payments.DeviceRenderOptions.SdkUiTypeEnum
-
Packages that use DeviceRenderOptions.SdkUiTypeEnum Package Description com.adyen.model.payments -
-
Uses of DeviceRenderOptions.SdkUiTypeEnum in com.adyen.model.payments
Methods in com.adyen.model.payments that return DeviceRenderOptions.SdkUiTypeEnum Modifier and Type Method Description static DeviceRenderOptions.SdkUiTypeEnumDeviceRenderOptions.SdkUiTypeEnum. fromValue(String value)DeviceRenderOptions.SdkUiTypeEnumDeviceRenderOptions.SdkUiTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)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.payments 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.payments with parameters of type DeviceRenderOptions.SdkUiTypeEnum Modifier and Type Method Description DeviceRenderOptionsDeviceRenderOptions. addSdkUiTypeItem(DeviceRenderOptions.SdkUiTypeEnum sdkUiTypeItem)voidDeviceRenderOptions.SdkUiTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, DeviceRenderOptions.SdkUiTypeEnum enumeration)Method parameters in com.adyen.model.payments with type arguments of type DeviceRenderOptions.SdkUiTypeEnum Modifier and Type Method Description DeviceRenderOptionsDeviceRenderOptions. sdkUiType(List<DeviceRenderOptions.SdkUiTypeEnum> sdkUiType)voidDeviceRenderOptions. setSdkUiType(List<DeviceRenderOptions.SdkUiTypeEnum> sdkUiType)
-