|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.contentnode.rest.model.request.FileCopyRequest
public class FileCopyRequest
Request to copy a file
Constructor Summary | |
---|---|
FileCopyRequest()
Constructor used by JAXB |
Method Summary | |
---|---|
File |
getFile()
|
java.lang.String |
getNewFilename()
Get the new filename for the copied file being created. |
void |
setFile(File file)
|
void |
setNewFilename(java.lang.String newFilename)
Set the new filename for the copied file being created. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileCopyRequest()
Method Detail |
---|
public java.lang.String getNewFilename()
public void setNewFilename(java.lang.String newFilename)
newFilename
- public File getFile()
public void setFile(File file)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |