Namespace MyOpenSpace.Album.Field
Defined in: MyOpenSpace.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
The fields for MyOpenSpace.Album
|
| 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.
|
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.