Uses of Enum Class
com.alphapay.api.model.ResultStatusType
Packages that use ResultStatusType
-
Uses of ResultStatusType in com.alphapay.api.model
Methods in com.alphapay.api.model that return ResultStatusTypeModifier and TypeMethodDescriptionResult.getResultStatus()static ResultStatusTypeReturns the enum constant of this class with the specified name.static ResultStatusType[]ResultStatusType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.alphapay.api.model with parameters of type ResultStatusTypeConstructors in com.alphapay.api.model with parameters of type ResultStatusTypeModifierConstructorDescriptionResult(String resultCode, String resultMessage, ResultStatusType resultStatus)