Uses of Class
cz.gopay.api.v3.model.payment.support.Recurrence.RecurrenceState
-
Packages that use Recurrence.RecurrenceState Package Description cz.gopay.api.v3.model.payment.support -
-
Uses of Recurrence.RecurrenceState in cz.gopay.api.v3.model.payment.support
Methods in cz.gopay.api.v3.model.payment.support that return Recurrence.RecurrenceState Modifier and Type Method Description Recurrence.RecurrenceStateRecurrence. getRecurrenceState()static Recurrence.RecurrenceStateRecurrence.RecurrenceState. valueOf(String name)Returns the enum constant of this type with the specified name.static Recurrence.RecurrenceState[]Recurrence.RecurrenceState. 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.support with parameters of type Recurrence.RecurrenceState Modifier and Type Method Description RecurrenceRecurrence. inState(Recurrence.RecurrenceState state)voidRecurrence. setRecurrenceState(Recurrence.RecurrenceState recurrenceState)
-