public class ConvertSettings extends Object
Constructor | Description |
---|---|
ConvertSettings() |
Modifier and Type | Method | Description |
---|---|---|
ConvertSettings |
convertOptions(ConvertOptions convertOptions) |
|
boolean |
equals(Object o) |
|
ConvertSettings |
filePath(String filePath) |
|
ConvertSettings |
format(String format) |
|
ConvertOptions |
getConvertOptions() |
Gets or sets format specific convert options for output file
|
String |
getFilePath() |
Gets or sets absolute path to a file in the storage
|
String |
getFormat() |
Gets or sets requested conversion format
|
LoadOptions |
getLoadOptions() |
Gets or sets format specific load options for source file
|
String |
getOutputPath() |
Gets or sets converted file save path
|
String |
getStorageName() |
StorageName which contains the file
|
int |
hashCode() |
|
ConvertSettings |
loadOptions(LoadOptions loadOptions) |
|
ConvertSettings |
outputPath(String outputPath) |
|
void |
setConvertOptions(ConvertOptions convertOptions) |
|
void |
setFilePath(String filePath) |
|
void |
setFormat(String format) |
|
void |
setLoadOptions(LoadOptions loadOptions) |
|
void |
setOutputPath(String outputPath) |
|
void |
setStorageName(String storageName) |
|
ConvertSettings |
storageName(String storageName) |
|
String |
toString() |
public ConvertSettings storageName(String storageName)
public String getStorageName()
public void setStorageName(String storageName)
public ConvertSettings filePath(String filePath)
public String getFilePath()
public void setFilePath(String filePath)
public ConvertSettings format(String format)
public String getFormat()
public void setFormat(String format)
public ConvertSettings loadOptions(LoadOptions loadOptions)
public LoadOptions getLoadOptions()
public void setLoadOptions(LoadOptions loadOptions)
public ConvertSettings convertOptions(ConvertOptions convertOptions)
public ConvertOptions getConvertOptions()
public void setConvertOptions(ConvertOptions convertOptions)
public ConvertSettings outputPath(String outputPath)
public String getOutputPath()
public void setOutputPath(String outputPath)
Copyright © 2020. All rights reserved.