public class ConsentMappingCallback extends AbstractCallback
_id, content, VALUE| Constructor and Description |
|---|
ConsentMappingCallback() |
ConsentMappingCallback(org.json.JSONObject jsonObject,
int index) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAccessLevel() |
java.lang.String |
getDisplayName() |
java.lang.String[] |
getFields() |
java.lang.String |
getIcon() |
java.lang.String |
getMessage() |
java.lang.String |
getName() |
java.lang.String |
getType()
Return the type of the Callback, the type name should align with the Callback type returned
from AM
|
boolean |
isRequired() |
void |
setAccept(boolean accept)
Sets whether the Consent has been accepted.
|
protected void |
setAttribute(java.lang.String name,
java.lang.Object value) |
get_id, getContent, getContentAsJson, getInputValue, getInputValue, getName, setContent, setValue, setValuepublic ConsentMappingCallback(org.json.JSONObject jsonObject,
int index)
public ConsentMappingCallback()
protected void setAttribute(java.lang.String name,
java.lang.Object value)
setAttribute in class AbstractCallbackpublic void setAccept(boolean accept)
accept - boolean representing the acceptance of the consent.public java.lang.String getType()
Callbackpublic java.lang.String getName()
public java.lang.String getDisplayName()
public java.lang.String getIcon()
public java.lang.String getAccessLevel()
public boolean isRequired()
public java.lang.String[] getFields()
public java.lang.String getMessage()