com.google.gdata.data.photos
Class GphotoTruncated
java.lang.Object
com.google.gdata.data.AbstractExtension
com.google.gdata.data.ValueConstruct
com.google.gdata.data.photos.GphotoTruncated
- All Implemented Interfaces:
- Extension
public class GphotoTruncated
- extends ValueConstruct
Truncated value of search results.
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
GphotoTruncated
public GphotoTruncated()
- Default mutable constructor.
GphotoTruncated
public GphotoTruncated(java.lang.String value)
- Constructor (mutable or immutable).
- Parameters:
value
- immutable 1 or 0 for true or false or null
for a
mutable 1 or 0 for true or false
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