public interface GphotoData extends Extensible
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGphotoId()
Gets the gphoto:id of the data object.
|
void |
setGphotoId(java.lang.Long id)
Sets the id of this feed or entry.
|
void |
setGphotoId(java.lang.String id)
Sets the id of this feed or entry.
|
addExtension, addRepeatingExtension, declareExtensions, removeExtension, removeExtension, removeRepeatingExtension, setExtensionjava.lang.String getGphotoId()
void setGphotoId(java.lang.Long id)
id - the long version of the id of this feed or entry.void setGphotoId(java.lang.String id)
id - the string version of the id of this feed or entry.