Class Index

Classes


Namespace MyOpenSpace.Album.Field


Defined in: MyOpenSpace.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
The fields for MyOpenSpace.Album
Field Summary
Field Attributes Field Name and Description
<static>  
MyOpenSpace.Album.Field.ALBUM_ID
A number representing an Album's unique identifier.
<static>  
MyOpenSpace.Album.Field.ALBUM_URI
The RESTFUL URI with which to access the album on the API.
<static>  
MyOpenSpace.Album.Field.DEFAULT_IMAGE
A URL for the album's default image.
<static>  
MyOpenSpace.Album.Field.LOCATION
The geographic location where the album's pictures were taken.
<static>  
MyOpenSpace.Album.Field.PHOTO_COUNT
An integer representing the total number of photos in the album (not the number of photos actually contained within the current object).
<static>  
MyOpenSpace.Album.Field.PHOTOS_URI
A RESTFUL URI with which to access the photos contained in the album.
<static>  
MyOpenSpace.Album.Field.PRIVACY
A string representing the album's privacy setting, such as "Public" or "Private"
<static>  
MyOpenSpace.Album.Field.TITLE
The album's title.
Namespace Detail
MyOpenSpace.Album.Field
The fields for MyOpenSpace.Album
Field Detail
<static> MyOpenSpace.Album.Field.ALBUM_ID
A number representing an Album's unique identifier.

<static> MyOpenSpace.Album.Field.ALBUM_URI
The RESTFUL URI with which to access the album on the API.

<static> MyOpenSpace.Album.Field.DEFAULT_IMAGE
A URL for the album's default image.

<static> MyOpenSpace.Album.Field.LOCATION
The geographic location where the album's pictures were taken.

<static> MyOpenSpace.Album.Field.PHOTO_COUNT
An integer representing the total number of photos in the album (not the number of photos actually contained within the current object).

<static> MyOpenSpace.Album.Field.PHOTOS_URI
A RESTFUL URI with which to access the photos contained in the album.

<static> MyOpenSpace.Album.Field.PRIVACY
A string representing the album's privacy setting, such as "Public" or "Private"

<static> MyOpenSpace.Album.Field.TITLE
The album's title.

Documentation generated by JsDoc Toolkit 2.0.2 on Wed Nov 12 2008 18:11:16 GMT-0800 (PST)