|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GphotoData
Data interface for all of the photos data items. This is the base interface for the methods that all photos items should support. This interface contains the setters and getters for the system id of an element, which is the permanent id on the server.
Method Summary | |
---|---|
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. |
Methods inherited from interface com.google.gdata.data.photos.Extensible |
---|
addExtension, addRepeatingExtension, declareExtensions, removeExtension, removeExtension, removeRepeatingExtension, setExtension |
Method Detail |
---|
java.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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |