Uses of Class
com.adyen.model.payments.PlatformChargebackLogic.BehaviorEnum
-
Packages that use PlatformChargebackLogic.BehaviorEnum Package Description com.adyen.model.payments -
-
Uses of PlatformChargebackLogic.BehaviorEnum in com.adyen.model.payments
Methods in com.adyen.model.payments that return PlatformChargebackLogic.BehaviorEnum Modifier and Type Method Description static PlatformChargebackLogic.BehaviorEnumPlatformChargebackLogic.BehaviorEnum. fromValue(String value)PlatformChargebackLogic.BehaviorEnumPlatformChargebackLogic. getBehavior()Get behaviorPlatformChargebackLogic.BehaviorEnumPlatformChargebackLogic.BehaviorEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static PlatformChargebackLogic.BehaviorEnumPlatformChargebackLogic.BehaviorEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PlatformChargebackLogic.BehaviorEnum[]PlatformChargebackLogic.BehaviorEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.payments with parameters of type PlatformChargebackLogic.BehaviorEnum Modifier and Type Method Description PlatformChargebackLogicPlatformChargebackLogic. behavior(PlatformChargebackLogic.BehaviorEnum behavior)voidPlatformChargebackLogic. setBehavior(PlatformChargebackLogic.BehaviorEnum behavior)voidPlatformChargebackLogic.BehaviorEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, PlatformChargebackLogic.BehaviorEnum enumeration)
-