Class TransformationSpecRequest


  • public class TransformationSpecRequest
    extends java.lang.Object
    Transformation specification request.
    Since:
    188
    Author:
    drobertson
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addSpecRow​(java.lang.String sfdcField, java.lang.String csvHeader, java.lang.String value, java.lang.String hint)
      Adds a transformation spec row.
      void completeRequest()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • addSpecRow

        public void addSpecRow​(java.lang.String sfdcField,
                               java.lang.String csvHeader,
                               java.lang.String value,
                               java.lang.String hint)
                        throws AsyncApiException
        Adds a transformation spec row.
        Parameters:
        sfdcField - the Salesforce field that should receive the value
        csvHeader - the header from the CSV file that identifies which column, when non-null, contains the value to provide
        value - a default or fallback value to use if either no CSV header was specified or the value in the column was null
        hint - an optional hint, whose content depends on the type of the Salesforce field
        Throws:
        AsyncApiException