Uses of Class
cz.gopay.api.v3.model.common.SessionSubState
-
Packages that use SessionSubState Package Description cz.gopay.api.v3.model.common cz.gopay.api.v3.model.payment -
-
Uses of SessionSubState in cz.gopay.api.v3.model.common
Methods in cz.gopay.api.v3.model.common that return SessionSubState Modifier and Type Method Description static SessionSubStateSessionSubState. valueOf(String name)Returns the enum constant of this type with the specified name.static SessionSubState[]SessionSubState. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SessionSubState in cz.gopay.api.v3.model.payment
Methods in cz.gopay.api.v3.model.payment that return SessionSubState Modifier and Type Method Description SessionSubStatePayment. getSubState()Methods in cz.gopay.api.v3.model.payment with parameters of type SessionSubState Modifier and Type Method Description voidPayment. setSubState(SessionSubState subState)
-