public interface ConfigurationContext
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getValue(String parameterName,
ValueType<T> returnType)
Get a parameter's value.
|
<T> T getValue(String parameterName, ValueType<T> returnType)
Supported values for parameterName parameter:
com.veeva.vault.sdk.api.action.Usage: the usage context in which the action is configured and
executed against.
T - type of data requestedparameterName - name of the parameterreturnType - type of value to returnCopyright © Veeva Systems 2017–2020. All rights reserved.