@ProviderType public interface DataInsertionRequest
DataInsertionRequest holds all the necessary request parameters
for a data insertion request.| Modifier and Type | Method and Description |
|---|---|
DataInsertionRequest |
set(String name,
String value)
Sets a request attribute with
name and value. |
DataInsertionRequest set(String name, String value)
name and value.
The implementation should properly escape the value according to the
underlying request format.name - Request parameter name (i.e. prop1)value - Request parameter valueCopyright © 2010 - 2020 Adobe. All Rights Reserved