public class

GphotoAlbumId

extends ValueConstruct
java.lang.Object
   ↳ com.google.gdata.data.AbstractExtension
     ↳ com.google.gdata.data.ValueConstruct
       ↳ com.google.gdata.data.photos.GphotoAlbumId

Class Overview

The album ID that the entity is contained in.

Summary

Constants
String XML_NAME XML element name
[Expand]
Inherited Fields
From class com.google.gdata.data.ValueConstruct
From class com.google.gdata.data.AbstractExtension
Public Constructors
GphotoAlbumId()
Default mutable constructor.
GphotoAlbumId(String value)
Constructor (mutable or immutable).
Public Methods
static GphotoAlbumId from(Long id)
static ExtensionDescription getDefaultDescription(boolean required, boolean repeatable)
Returns the extension description, specifying whether it is required, and whether it is repeatable.
String toString()
[Expand]
Inherited Methods
From class com.google.gdata.data.ValueConstruct
From class com.google.gdata.data.AbstractExtension
From class java.lang.Object
From interface com.google.gdata.data.Extension

Constants

static final String XML_NAME

XML element name

Constant Value: "albumid"

Public Constructors

public GphotoAlbumId ()

Default mutable constructor.

public GphotoAlbumId (String value)

Constructor (mutable or immutable).

Parameters
value Immutable albumId or null for a mutable albumId

Public Methods

public static GphotoAlbumId from (Long id)

Parameters
id

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

public String toString ()