Interface Attachment
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceReference
getBaseResource()
Returns the reference to the base resource the file is attached to.FileReference
getFile()
Returns the reference to the file contained by this attachment.-
Methods inherited from interface Resource
getCreatedBy, getCreatedOn, getLastModifiedBy, getLastModifiedOn, getResourceType, isSystem
-
-
-
-
Method Detail
-
getBaseResource
ResourceReference getBaseResource()
Returns the reference to the base resource the file is attached to.- Returns:
- the reference to the base resource the file is attached to
-
getFile
FileReference getFile()
Returns the reference to the file contained by this attachment.- Returns:
- the reference to the file contained by this attachment
-
-