Uses of Class
com.walkfares.odsl.service.ExtractOptions
| Package | Description |
|---|---|
| com.walkfares.odsl.service |
-
Uses of ExtractOptions in com.walkfares.odsl.service
Methods in com.walkfares.odsl.service that return ExtractOptions Modifier and Type Method Description ExtractOptionsExtractOptions. setTruncateBytes(int truncateBytes)Methods in com.walkfares.odsl.service with parameters of type ExtractOptions Modifier and Type Method Description StringExtractService. getJsonData(List<ExtractParameterValue> parameters, ExtractOptions options)StringHTMLService. getJsonData(List<ExtractParameterValue> parameters, ExtractOptions options)StringXLSService. getJsonData(List<ExtractParameterValue> parameters, ExtractOptions options)StringXMLService. getJsonData(List<ExtractParameterValue> parameters, ExtractOptions options)StringExtractService. getRawData(List<ExtractParameterValue> parameters, ExtractOptions options)StringHTMLService. getRawData(List<ExtractParameterValue> parameters, ExtractOptions options)StringXLSService. getRawData(List<ExtractParameterValue> parameters, ExtractOptions options)StringXMLService. getRawData(List<ExtractParameterValue> parameters, ExtractOptions options)