.. java:import:: com.fasterxml.jackson.annotation JsonIgnoreProperties ImportUrl ========= .. java:package:: io.taskmonk.entities :noindex: .. java:type:: @JsonIgnoreProperties public class ImportUrl Constructors ------------ ImportUrl ^^^^^^^^^ .. java:constructor:: public ImportUrl(String fileUrl, String fileType) :outertype: ImportUrl set the import settings :param fileUrl: - path to url with the input file :param fileType: - file type - CSV or Excel Methods ------- getFile_type ^^^^^^^^^^^^ .. java:method:: public String getFile_type() :outertype: ImportUrl getFile_url ^^^^^^^^^^^ .. java:method:: public String getFile_url() :outertype: ImportUrl setFile_type ^^^^^^^^^^^^ .. java:method:: public void setFile_type(String file_type) :outertype: ImportUrl setFile_url ^^^^^^^^^^^ .. java:method:: public void setFile_url(String file_url) :outertype: ImportUrl