com.google.gdata.data.photos
Class GphotoPhotoId
java.lang.Object
com.google.gdata.data.AbstractExtension
com.google.gdata.data.ValueConstruct
com.google.gdata.data.photos.GphotoPhotoId
- All Implemented Interfaces:
- Extension
public class GphotoPhotoId
- extends ValueConstruct
The photo ID that the entity is contained in.
Constructor Summary |
GphotoPhotoId()
Default mutable constructor. |
GphotoPhotoId(java.lang.String value)
Constructor (mutable or immutable). |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
GphotoPhotoId
public GphotoPhotoId()
- Default mutable constructor.
GphotoPhotoId
public GphotoPhotoId(java.lang.String value)
- Constructor (mutable or immutable).
- Parameters:
value
- immutable photoId or null
for a mutable photoId
getDefaultDescription
public static ExtensionDescription getDefaultDescription(boolean required,
boolean repeatable)
- Returns the extension description, specifying whether it is required, and
whether it is repeatable.
- Parameters:
required
- whether it is requiredrepeatable
- whether it is repeatable
- Returns:
- extension description
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
from
public static GphotoPhotoId from(java.lang.Long id)