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 ExtractOptions
ExtractOptions. setTruncateBytes(int truncateBytes)
Methods in com.walkfares.odsl.service with parameters of type ExtractOptions Modifier and Type Method Description String
ExtractService. getJsonData(List<ExtractParameterValue> parameters, ExtractOptions options)
String
HTMLService. getJsonData(List<ExtractParameterValue> parameters, ExtractOptions options)
String
XLSService. getJsonData(List<ExtractParameterValue> parameters, ExtractOptions options)
String
XMLService. getJsonData(List<ExtractParameterValue> parameters, ExtractOptions options)
String
ExtractService. getRawData(List<ExtractParameterValue> parameters, ExtractOptions options)
String
HTMLService. getRawData(List<ExtractParameterValue> parameters, ExtractOptions options)
String
XLSService. getRawData(List<ExtractParameterValue> parameters, ExtractOptions options)
String
XMLService. getRawData(List<ExtractParameterValue> parameters, ExtractOptions options)