
com.adlibsoftware.integration.DownloadFileNamingMode Maven / Gradle / Ivy
package com.adlibsoftware.integration;
/**
* @author mmanley
*
*/
public enum DownloadFileNamingMode {
/**
* Maintains OriginalFileName and appends output extension (e.g. Original.docx.pdf)
*/
APPEND_OUTPUT_EXTENSION,
/**
* Replaces extension of OriginalFileName (e.g. Original.pdf)
*/
REPLACE_EXTENSION,
/**
* Does not modify the output file name that comes from Adlib
*/
NONE,
/**
* Override using separate file name in method
*/
OVERRIDE
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy