Uses of Class
br.com.juno.integration.api.model.QRCode.JunoCreateResultType
-
Packages that use QRCode.JunoCreateResultType Package Description br.com.juno.integration.api.model -
-
Uses of QRCode.JunoCreateResultType in br.com.juno.integration.api.model
Methods in br.com.juno.integration.api.model that return QRCode.JunoCreateResultType Modifier and Type Method Description QRCode.JunoCreateResultTypeQRCode. getJunoResult()static QRCode.JunoCreateResultTypeQRCode.JunoCreateResultType. valueOf(String name)Returns the enum constant of this type with the specified name.static QRCode.JunoCreateResultType[]QRCode.JunoCreateResultType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in br.com.juno.integration.api.model with parameters of type QRCode.JunoCreateResultType Modifier and Type Method Description voidQRCode. setJunoResult(QRCode.JunoCreateResultType junoResult)
-