Interface DataInsertionRequest


@ProviderType public interface DataInsertionRequest
The DataInsertionRequest holds all the necessary request parameters for a data insertion request.
  • Method Summary

    Modifier and Type
    Method
    Description
    set(String name, String value)
    Sets a request attribute with name and value.
  • Method Details

    • set

      DataInsertionRequest set(String name, String value)
      Sets a request attribute with name and value. The implementation should properly escape the value according to the underlying request format.
      Parameters:
      name - Request parameter name (i.e. prop1)
      value - Request parameter value
      Returns:
      Reference to self