Uses of Class
cz.gopay.api.v3.model.payment.Payment.SessionState
-
Packages that use Payment.SessionState Package Description cz.gopay.api.v3.model.payment -
-
Uses of Payment.SessionState in cz.gopay.api.v3.model.payment
Methods in cz.gopay.api.v3.model.payment that return Payment.SessionState Modifier and Type Method Description Payment.SessionStatePayment. getState()static Payment.SessionStatePayment.SessionState. valueOf(String name)Returns the enum constant of this type with the specified name.static Payment.SessionState[]Payment.SessionState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cz.gopay.api.v3.model.payment with parameters of type Payment.SessionState Modifier and Type Method Description static PaymentPayment. create(Long id, Long parentId, Payment.SessionState state)voidPayment. setState(Payment.SessionState state)
-