Uses of Class
com.adyen.model.balanceplatform.TargetUpdate.TypeEnum
-
Packages that use TargetUpdate.TypeEnum Package Description com.adyen.model.balanceplatform -
-
Uses of TargetUpdate.TypeEnum in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return TargetUpdate.TypeEnum Modifier and Type Method Description static TargetUpdate.TypeEnumTargetUpdate.TypeEnum. fromValue(String value)TargetUpdate.TypeEnumTargetUpdate. getType()The resource for which you want to receive notifications.static TargetUpdate.TypeEnumTargetUpdate.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TargetUpdate.TypeEnum[]TargetUpdate.TypeEnum. 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 TargetUpdate.TypeEnum Modifier and Type Method Description voidTargetUpdate. setType(TargetUpdate.TypeEnum type)The resource for which you want to receive notifications.TargetUpdateTargetUpdate. type(TargetUpdate.TypeEnum type)The resource for which you want to receive notifications.
-