Album.Field| Constructor and Description |
|---|
AlbumImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Get a string specifying the description of this album.
|
String |
getId()
Get a string ID specifying the unique identifier of this album.
|
Address |
getLocation()
Get address location of this album.
|
Integer |
getMediaItemCount()
Get the number of items in the album.
|
List<String> |
getMediaMimeType()
Get the identifying mime-types of the items in the album.
|
List<MediaItem.Type> |
getMediaType()
Get the list of media item types for the items in the album.
|
String |
getOwnerId()
Get the ID of the owner of the album.
|
String |
getThumbnailUrl()
Get the URL to the thumbnail cover image for the album.
|
String |
getTitle()
Get the title of the album.
|
void |
setDescription(String description)
Set the description of this album.
|
void |
setId(String id)
Set a string ID specifying a unique identifier of this album.
|
void |
setLocation(Address location)
Set the address location of this album.
|
void |
setMediaItemCount(Integer mediaItemCount)
Set the number of items in the album.
|
void |
setMediaMimeType(List<String> mediaMimeType)
Set the identifying mime-types of the items in the album.
|
void |
setMediaType(List<MediaItem.Type> mediaType)
Set the list of media item types for the items in the album.
|
void |
setOwnerId(String ownerId)
Set the string ID of the owner of the album.
|
void |
setThumbnailUrl(String thumbnailUrl)
Set the URL of the thumbnail cover image for the album.
|
void |
setTitle(String title)
Set the title of the album.
|
public String getDescription()
AlbumgetDescription in interface Albumpublic void setDescription(String description)
setDescription in interface Albumdescription - a string specifying the description of this album.public String getId()
Albumpublic void setId(String id)
public Address getLocation()
AlbumgetLocation in interface Albumpublic void setLocation(Address location)
setLocation in interface Albumlocation - an Address specifying the location of this album.public Integer getMediaItemCount()
AlbumgetMediaItemCount in interface Albumpublic void setMediaItemCount(Integer mediaItemCount)
setMediaItemCount in interface AlbummediaItemCount - an integer specifying the number of items in the album.public List<String> getMediaMimeType()
AlbumgetMediaMimeType in interface Albumpublic void setMediaMimeType(List<String> mediaMimeType)
setMediaMimeType in interface AlbummediaMimeType - a List of strings specifying the mime-types of the items in the album.public List<MediaItem.Type> getMediaType()
AlbumgetMediaType in interface Albumpublic void setMediaType(List<MediaItem.Type> mediaType)
setMediaType in interface AlbummediaType - List of MediaItem.Type specifying media item types for items in the album.public String getOwnerId()
AlbumgetOwnerId in interface Albumpublic void setOwnerId(String ownerId)
setOwnerId in interface AlbumownerId - a string ID that identify the owner of the album.public String getThumbnailUrl()
AlbumgetThumbnailUrl in interface Albumpublic void setThumbnailUrl(String thumbnailUrl)
setThumbnailUrl in interface AlbumthumbnailUrl - a string specifying the URL for thumbnail cover image of the album.public String getTitle()
AlbumCopyright © 2007-2012. All Rights Reserved.