Library: MyOpenSpace001.Entities.js
Overview
Interface for container and associated classes; everything needed to query/update MySpace API data via OpenSocial interface.
Constructors
Namespaces
The fields for MyOpenSpace.Album
properties
The fields for MyOpenSpace.Video
properties
The fields for MyOpenSpace.Photo
properties
Functions
Returns the field specified by key
parameters
|
String
|
key
|
The key to search by
|
returns
|
MyOpenSpace.Album, undefined
|
The album if found, nothing otherwise.
|
Returns the field specified by key
parameters
|
String
|
key
|
The key to search by
|
returns
|
MyOpenSpace.Video, undefined
|
The video if found, nothing otherwise.
|
Returns the field specified by key
parameters
|
String
|
key
|
The key to search by
|
returns
|
MyOpenSpace.Photo, undefined
|
The photo if found, nothing otherwise.
|
Objects
A number representing an Album's unique identifier.
The RESTFUL URI with which to access the album on the API.
The geographic location where the album's pictures were taken.
A URL for the album's default image.
A string representing the album's privacy setting, such as "Public" or "Private"
An integer representing the total number of photos in the album (not the number of photos actually contained within the current object).
A RESTFUL URI with which to access the photos contained in the album.
A number representing a Video's unique identifier.
The RESTFUL URI with which to access the video on the API.
The date the video was created.
The date the video was last updated.
An integer representing the media type for this video.
A URL for the thumbnail image associated with this video.
A description of the video.
The current status of the video, such as "ProcessingFailed"
An integer representing the number of views the video has currently received.
An integer representing the number of comments the video has currently received.
An integer representing the rating the video has currently received.
An integer representing the number of votes the video has currently received.
A string representing the video's country, in terms of identifying culture, not necessarily geographic location.
A string representing the video's language.
A number representing a Photo's unique identifier.
The RESTFUL URI with which to access the photo on the API.