Uses of Class
com.github.hsnghrld.idpay.PaymentStatus
-
Packages that use PaymentStatus Package Description com.github.hsnghrld.idpay -
-
Uses of PaymentStatus in com.github.hsnghrld.idpay
Fields in com.github.hsnghrld.idpay with type parameters of type PaymentStatus Modifier and Type Field Description HashSet<PaymentStatus>TransactionFilter. statusesMethods in com.github.hsnghrld.idpay that return PaymentStatus Modifier and Type Method Description static PaymentStatusPaymentStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentStatus[]PaymentStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.hsnghrld.idpay with parameters of type PaymentStatus Modifier and Type Method Description TransactionFilterTransactionFilter. statuses(PaymentStatus status, PaymentStatus... statuses)Method parameters in com.github.hsnghrld.idpay with type arguments of type PaymentStatus Modifier and Type Method Description static @NotNull ArrayList<String>PaymentStatus. toString(@NotNull Collection<PaymentStatus> statuses)
-