| Package | Description |
|---|---|
| de.adorsys.psd2.model |
| Modifier and Type | Method and Description |
|---|---|
static ConsentStatus |
ConsentStatus.fromValue(String text) |
@NotNull @Valid ConsentStatus |
ConsentStatusResponse200.getConsentStatus()
Get consentStatus
|
@NotNull @Valid ConsentStatus |
ConsentsResponse201.getConsentStatus()
Get consentStatus
|
@NotNull @Valid ConsentStatus |
ConsentInformationResponse200Json.getConsentStatus()
Get consentStatus
|
static ConsentStatus |
ConsentStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsentStatus[] |
ConsentStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ConsentStatusResponse200 |
ConsentStatusResponse200.consentStatus(ConsentStatus consentStatus) |
ConsentsResponse201 |
ConsentsResponse201.consentStatus(ConsentStatus consentStatus) |
ConsentInformationResponse200Json |
ConsentInformationResponse200Json.consentStatus(ConsentStatus consentStatus) |
void |
ConsentStatusResponse200.setConsentStatus(ConsentStatus consentStatus) |
void |
ConsentsResponse201.setConsentStatus(ConsentStatus consentStatus) |
void |
ConsentInformationResponse200Json.setConsentStatus(ConsentStatus consentStatus) |
Copyright © 2019. All rights reserved.