@Converter public final class SalesforceReportResultsToListConverter extends Object
List<List<String>>
converter.Modifier and Type | Field and Description |
---|---|
static String |
INCLUDE_DETAILS |
static String |
INCLUDE_HEADERS |
static String |
INCLUDE_SUMMARY |
Modifier and Type | Method and Description |
---|---|
static List<List<String>> |
convertToList(AbstractReportResultsBase reportResults,
org.apache.camel.Exchange exchange) |
public static final String INCLUDE_DETAILS
public static final String INCLUDE_HEADERS
public static final String INCLUDE_SUMMARY
@Converter public static List<List<String>> convertToList(AbstractReportResultsBase reportResults, org.apache.camel.Exchange exchange)
Apache Camel