Uses of Enum
cz.gopay.api.v3.model.payment.Payment.SessionState
Packages that use Payment.SessionState
-
Uses of Payment.SessionState in cz.gopay.api.v3.model.payment
Methods in cz.gopay.api.v3.model.payment that return Payment.SessionStateModifier and TypeMethodDescriptionPayment.getState()static Payment.SessionStateReturns 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.SessionStateModifier and TypeMethodDescriptionstatic PaymentPayment.create(Long id, Long parentId, Payment.SessionState state) voidPayment.setState(Payment.SessionState state)