|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.systemsx.cisd.openbis.dss.generic.shared.api.v1.DataSetFileDTO
@JsonObject(value="DataSetFileDTO") public class DataSetFileDTO
Represents a reference to a file/folder within a data set.
Constructor Summary | |
---|---|
DataSetFileDTO(java.lang.String dataSetCode,
java.lang.String path,
boolean isRecursive)
|
Method Summary | |
---|---|
java.lang.String |
getDataSetCode()
The code of the data set that owns this file |
java.lang.String |
getPath()
The path within the data set of the file |
boolean |
isRecursive()
If true, this object includes sub folders |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DataSetFileDTO(java.lang.String dataSetCode, java.lang.String path, boolean isRecursive)
Method Detail |
---|
public java.lang.String getDataSetCode()
public java.lang.String getPath()
public boolean isRecursive()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |