| Package | Description |
|---|---|
| dashboard.domain |
| Modifier and Type | Method and Description |
|---|---|
ConsentType |
Settings.getConsentType() |
ConsentType |
Consent.getType() |
static ConsentType |
ConsentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsentType[] |
ConsentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Settings.setConsentType(ConsentType consentType) |
void |
Consent.setType(ConsentType type) |
| Constructor and Description |
|---|
Consent(String spEntityId,
ConsentType type,
String explanationNl,
String explanationEn,
String explanationPt,
String typeMetaData) |
Copyright © 2012–2021 Pivotal Software, Inc.. All rights reserved.