Package | Description |
---|---|
de.adorsys.opba.consentapi.model.generated |
Modifier and Type | Method and Description |
---|---|
static PaymentStatus |
PaymentStatus.fromValue(String text) |
@Valid PaymentStatus |
SinglePayment.getPaymentStatus()
Get paymentStatus
|
@Valid PaymentStatus |
BulkPayment.getPaymentStatus()
Get paymentStatus
|
static PaymentStatus |
PaymentStatus.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.
|
Modifier and Type | Method and Description |
---|---|
SinglePayment |
SinglePayment.paymentStatus(PaymentStatus paymentStatus) |
BulkPayment |
BulkPayment.paymentStatus(PaymentStatus paymentStatus) |
void |
SinglePayment.setPaymentStatus(PaymentStatus paymentStatus) |
void |
BulkPayment.setPaymentStatus(PaymentStatus paymentStatus) |
Copyright © 2020. All rights reserved.