public final class CSVExportTemplateSpec extends TemplateSpec
| Constructor and Description |
|---|
CSVExportTemplateSpec(String templateId,
File targetFile,
com.orchestranetworks.service.Session session)
Constructs a new
CSVExportTemplateSpec instance. |
| Modifier and Type | Method and Description |
|---|---|
File |
getTargetFile()
Returns the target CSV file.
|
getSession, getTemplateIdpublic CSVExportTemplateSpec(String templateId, File targetFile, com.orchestranetworks.service.Session session)
CSVExportTemplateSpec instance.templateId - The unique template id.targetFile - The target CSV file.session - The session.IllegalArgumentException - If any parameter is null.public File getTargetFile()