com.google.gdata.data.photos
Class GphotoId

java.lang.Object
  extended by com.google.gdata.data.AbstractExtension
      extended by com.google.gdata.data.ValueConstruct
          extended by com.google.gdata.data.photos.GphotoId
All Implemented Interfaces:
Extension

public class GphotoId
extends ValueConstruct

The photos system id for the element.


Constructor Summary
GphotoId()
          Default mutable constructor.
GphotoId(java.lang.String value)
          Constructor (mutable or immutable).
 
Method Summary
static GphotoId from(java.lang.Long id)
           
static ExtensionDescription getDefaultDescription(boolean required, boolean repeatable)
          Returns the extension description, specifying whether it is required, and whether it is repeatable.
 java.lang.String toString()
           
 
Methods inherited from class com.google.gdata.data.ValueConstruct
equals, generate, getHandler, getValue, hashCode, hasValue, isRequired, putAttributes, setValue
 
Methods inherited from class com.google.gdata.data.AbstractExtension
disableStrictValidation, enableStrictValidation, getExtensionLocalName, getExtensionNamespace, isImmutable, isStrictValidation, setImmutable
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GphotoId

public GphotoId()
Default mutable constructor.


GphotoId

public GphotoId(java.lang.String value)
Constructor (mutable or immutable).

Parameters:
value - immutable gphotoId or null for a mutable gphotoId
Method Detail

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 required
repeatable - whether it is repeatable
Returns:
extension description

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

from

public static GphotoId from(java.lang.Long id)