Package | com.adobe.webapis.flickr.methodgroups |
Class | public class Urls |
Method | Defined by | ||
---|---|---|---|
Urls(service:FlickrService)
Construct a new Notes "method group" class
| Urls | ||
getGroup(group_id:String):void
Returns the url to a group's page.
| Urls | ||
getUserPhotos(user_id:String = ""):void
Returns the url to a user's photos.
| Urls | ||
getUserProfile(user_id:String = ""):void
Returns the url to a user's profile.
| Urls | ||
lookupGroup(url:String):void
Returns a group NSID, given the url to a group's page or photo pool.
| Urls | ||
lookupUser(url:String):void
Returns a user NSID, given the url to a user's photos or profile.
| Urls |
Event | Summary | Defined by | ||
---|---|---|---|---|
Broadcast as a result of the getGroup method being called The event contains the following properties success - Boolean indicating if the call was successful or not data - When success is true, a Group instance When success is false, contains an "error" FlickrError instance | Urls | |||
Broadcast as a result of the getUserPhotos method being called The event contains the following properties success - Boolean indicating if the call was successful or not data - When success is true, a User instance When success is false, a FlickrError instnace | Urls | |||
Broadcast as a result of the getUserProfile method being called The event contains the following properties success - Boolean indicating if the call was successful or not data - When success is true, a User instance When success is false, contains an "error" FlickrError instance | Urls | |||
Broadcast as a result of the lookupGroup method being called The event contains the following properties success - Boolean indicating if the call was successful or not data - When success is true, a Group instnace When success is false, contains an "error" FlickrError instance | Urls | |||
Broadcast as a result of the lookupUser method being called The event contains the following properties success - Boolean indicating if the call was successful or not data - When success is true, a User When success is false, contains an "error" FlickrError instance | Urls |
Urls | () | constructor |
public function Urls(service:FlickrService)
Construct a new Notes "method group" class
Parametersservice:FlickrService — The FlickrService this method group
is associated with.
|
getGroup | () | method |
public function getGroup(group_id:String):void
Returns the url to a group's page.
Parametersgroup_id:String — The NSID of the group to fetch the url for.
|
See also
getUserPhotos | () | method |
public function getUserPhotos(user_id:String = ""):void
Returns the url to a user's photos.
Parametersuser_id:String (default = " ") — (Optional) The NSID of the user to fetch the url for.
If omitted, the calling user is assumed.
|
See also
getUserProfile | () | method |
public function getUserProfile(user_id:String = ""):void
Returns the url to a user's profile.
Parametersuser_id:String (default = " ") — (Optional) The NSID of the user to fetch the url for.
If omitted, the calling user is assumed.
|
See also
lookupGroup | () | method |
public function lookupGroup(url:String):void
Returns a group NSID, given the url to a group's page or photo pool.
Parametersurl:String — The url to the group's page or photo pool.
|
See also
lookupUser | () | method |
public function lookupUser(url:String):void
Returns a user NSID, given the url to a user's photos or profile.
Parametersurl:String — Thr url to the user's profile or photos page.
|
See also
urlsGetGroup | event |
com.adobe.webapis.flickr.events.FlickrResultEvent
Broadcast as a result of the getGroup method being called The event contains the following properties success - Boolean indicating if the call was successful or not data - When success is true, a Group instance When success is false, contains an "error" FlickrError instance
See also
urlsGetUserPhotos | event |
com.adobe.webapis.flickr.events.FlickrResultEvent
Broadcast as a result of the getUserPhotos method being called The event contains the following properties success - Boolean indicating if the call was successful or not data - When success is true, a User instance When success is false, a FlickrError instnace
See also
urlsGetUserProfile | event |
com.adobe.webapis.flickr.events.FlickrResultEvent
Broadcast as a result of the getUserProfile method being called The event contains the following properties success - Boolean indicating if the call was successful or not data - When success is true, a User instance When success is false, contains an "error" FlickrError instance
See also
urlsLookupGroup | event |
com.adobe.webapis.flickr.events.FlickrResultEvent
Broadcast as a result of the lookupGroup method being called The event contains the following properties success - Boolean indicating if the call was successful or not data - When success is true, a Group instnace When success is false, contains an "error" FlickrError instance
See also
urlsLookupUser | event |
com.adobe.webapis.flickr.events.FlickrResultEvent
Broadcast as a result of the lookupUser method being called The event contains the following properties success - Boolean indicating if the call was successful or not data - When success is true, a User When success is false, contains an "error" FlickrError instance
See also