Uses of Class
com.adyen.model.nexo.TrackFormatType
-
Packages that use TrackFormatType Package Description com.adyen.model.nexo -
-
Uses of TrackFormatType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as TrackFormatType Modifier and Type Field Description protected TrackFormatTypeTrackData. trackFormatMethods in com.adyen.model.nexo that return TrackFormatType Modifier and Type Method Description static TrackFormatTypeTrackFormatType. fromValue(String v)From value track format type.TrackFormatTypeTrackData. getTrackFormat()Gets the value of the trackFormat property.static TrackFormatTypeTrackFormatType. valueOf(String name)Returns the enum constant of this type with the specified name.static TrackFormatType[]TrackFormatType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.nexo with parameters of type TrackFormatType Modifier and Type Method Description voidTrackData. setTrackFormat(TrackFormatType value)Sets the value of the trackFormat property.
-