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