| Package | Description |
|---|---|
| de.adorsys.xs2a.gateway.mapper | |
| de.adorsys.xs2a.gateway.model.ais |
| Modifier and Type | Method and Description |
|---|---|
protected ConsentStatusTO |
ConsentStatusResponseMapperImpl.consentStatusToConsentStatusTO(ConsentStatus consentStatus) |
protected ConsentStatusTO |
ConsentCreationResponseMapperImpl.consentStatusToConsentStatusTO(ConsentStatus consentStatus) |
protected ConsentStatusTO |
ConsentInformationMapperImpl.consentStatusToConsentStatusTO(ConsentStatus consentStatus) |
| Modifier and Type | Method and Description |
|---|---|
static ConsentStatusTO |
ConsentStatusTO.fromValue(String text) |
@NotNull @Valid ConsentStatusTO |
ConsentStatusResponse200.getConsentStatus()
Get consentStatus
|
@NotNull @Valid ConsentStatusTO |
ConsentsResponse201.getConsentStatus()
Get consentStatus
|
@NotNull @Valid ConsentStatusTO |
ConsentInformationResponse200Json.getConsentStatus()
Get consentStatus
|
static ConsentStatusTO |
ConsentStatusTO.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsentStatusTO[] |
ConsentStatusTO.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(ConsentStatusTO consentStatus) |
ConsentsResponse201 |
ConsentsResponse201.consentStatus(ConsentStatusTO consentStatus) |
ConsentInformationResponse200Json |
ConsentInformationResponse200Json.consentStatus(ConsentStatusTO consentStatus) |
void |
ConsentStatusResponse200.setConsentStatus(ConsentStatusTO consentStatus) |
void |
ConsentsResponse201.setConsentStatus(ConsentStatusTO consentStatus) |
void |
ConsentInformationResponse200Json.setConsentStatus(ConsentStatusTO consentStatus) |
Copyright © 2019. All rights reserved.