Uses of Class
cz.gopay.api.v3.model.payment.support.Target.TargetType
-
Packages that use Target.TargetType Package Description cz.gopay.api.v3.model.payment.support -
-
Uses of Target.TargetType in cz.gopay.api.v3.model.payment.support
Methods in cz.gopay.api.v3.model.payment.support that return Target.TargetType Modifier and Type Method Description Target.TargetTypeTarget. getType()static Target.TargetTypeTarget.TargetType. valueOf(String name)Returns the enum constant of this type with the specified name.static Target.TargetType[]Target.TargetType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cz.gopay.api.v3.model.payment.support with parameters of type Target.TargetType Modifier and Type Method Description voidTarget. setType(Target.TargetType type)
-