| Modifier and Type | Method and Description |
|---|---|
static ConsentStatus |
ConsentStatus.fromValue(String value) |
ConsentStatus |
ConsentsResponse201.getConsentStatus() |
ConsentStatus |
ConsentStatusResponse200.getConsentStatus() |
ConsentStatus |
ConsentInformationResponse200Json.getConsentStatus() |
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 |
|---|---|
void |
ConsentsResponse201.setConsentStatus(ConsentStatus consentStatus) |
void |
ConsentStatusResponse200.setConsentStatus(ConsentStatus consentStatus) |
void |
ConsentInformationResponse200Json.setConsentStatus(ConsentStatus consentStatus) |
Copyright © 2021. All rights reserved.