Package com.podio.common
Class Reference
- java.lang.Object
-
- com.podio.common.Reference
-
- Direct Known Subclasses:
FileReference
public class Reference extends Object
-
-
Constructor Summary
Constructors Constructor Description Reference()Reference(ReferenceType type, int id)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetId()ReferenceTypegetType()static Referenceparse(String value)voidsetId(int id)voidsetType(ReferenceType type)StringtoString()StringtoURLFragment()StringtoURLFragment(boolean endDash)
-
-
-
Constructor Detail
-
Reference
public Reference()
-
Reference
public Reference(ReferenceType type, int id)
-
-
Method Detail
-
toURLFragment
public String toURLFragment()
-
toURLFragment
public String toURLFragment(boolean endDash)
-
getType
public ReferenceType getType()
-
setType
public void setType(ReferenceType type)
-
getId
public int getId()
-
setId
public void setId(int id)
-
-