Package com.podio.file
Class FileReference
- java.lang.Object
-
- com.podio.common.Reference
-
- com.podio.file.FileReference
-
public class FileReference extends Reference
-
-
Constructor Summary
Constructors Constructor Description FileReference()FileReference(ReferenceType type, int id, String title)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTitle()voidsetTitle(String title)-
Methods inherited from class com.podio.common.Reference
getId, getType, parse, setId, setType, toString, toURLFragment, toURLFragment
-
-
-
-
Constructor Detail
-
FileReference
public FileReference()
-
FileReference
public FileReference(ReferenceType type, int id, String title)
-
-