Uses of Class
com.adyen.model.nexo.InfoQualifyType
-
Packages that use InfoQualifyType Package Description com.adyen.model.nexo -
-
Uses of InfoQualifyType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as InfoQualifyType Modifier and Type Field Description protected InfoQualifyTypeDisplayOutput. infoQualifyThe Info qualify.protected InfoQualifyTypeInputData. infoQualifyThe Info qualify.protected InfoQualifyTypeInputResult. infoQualifyThe Info qualify.protected InfoQualifyTypeOutputResult. infoQualifyThe Info qualify.Methods in com.adyen.model.nexo that return InfoQualifyType Modifier and Type Method Description static InfoQualifyTypeInfoQualifyType. fromValue(String v)From value info qualify type.InfoQualifyTypeDisplayOutput. getInfoQualify()Gets the value of the infoQualify property.InfoQualifyTypeInputData. getInfoQualify()Gets the value of the infoQualify property.InfoQualifyTypeInputResult. getInfoQualify()Gets the value of the infoQualify property.InfoQualifyTypeOutputResult. getInfoQualify()Gets the value of the infoQualify property.static InfoQualifyTypeInfoQualifyType. valueOf(String name)Returns the enum constant of this type with the specified name.static InfoQualifyType[]InfoQualifyType. 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 InfoQualifyType Modifier and Type Method Description voidDisplayOutput. setInfoQualify(InfoQualifyType value)Sets the value of the infoQualify property.voidInputData. setInfoQualify(InfoQualifyType value)Sets the value of the infoQualify property.voidInputResult. setInfoQualify(InfoQualifyType value)Sets the value of the infoQualify property.voidOutputResult. setInfoQualify(InfoQualifyType value)Sets the value of the infoQualify property.
-