A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
add(photo_id) — Method in class com.adobe.webapis.flickr.methodgroups.Favorites
Adds a photo to a user's favorites list.
add(photo_id, note_rect, note_text) — Method in class com.adobe.webapis.flickr.methodgroups.Notes
Add a note to a photo.
add(photo_id, group_id) — Method in class com.adobe.webapis.flickr.methodgroups.Pools
Add a photo to a group's pool.
addMetaPermission — Property in class com.adobe.webapis.flickr.Photo
The add meta permission for the photo
addPhoto(photoset_id, photo_id) — Method in class com.adobe.webapis.flickr.methodgroups.PhotoSets
Add a photo to the end of an existing photoset.
addTags(photo_id, tags) — Method in class com.adobe.webapis.flickr.methodgroups.Photos
Add tags to a photo.
ALL_RIGHTS_RESERVED — Constant static property in class com.adobe.webapis.flickr.License
api_key — Property in class com.adobe.webapis.flickr.FlickrService
Returns the current API key in use for accessing the Flickr service.
ATTRIBUTION — Constant static property in class com.adobe.webapis.flickr.License
ATTRIBUTION_NODERIVS — Constant static property in class com.adobe.webapis.flickr.License
ATTRIBUTION_NONCOMMERCIAL — Constant static property in class com.adobe.webapis.flickr.License
ATTRIBUTION_NONCOMMERCIAL_NODERIVS — Constant static property in class com.adobe.webapis.flickr.License
ATTRIBUTION_NONCOMMERCIAL_SHAREALIKE — Constant static property in class com.adobe.webapis.flickr.License
ATTRIBUTION_SHAREALIKE — Constant static property in class com.adobe.webapis.flickr.License
auth — Property in class com.adobe.webapis.flickr.FlickrService
Provide read-only access to the Auth method group in the Flickr API
Auth — Class in package com.adobe.webapis.flickr.methodgroups
Contains the methods for the Auth method group in the Flickr API.
Auth(service:com.adobe.webapis.flickr:FlickrService) — Constructor in class com.adobe.webapis.flickr.methodgroups.Auth
Construct a new Test "method group" class
authCheckToken — Event in class com.adobe.webapis.flickr.methodgroups.Auth
Broadcast as a result of the checkToken method being called The event contains the following properties success - Boolean indicating if the call was successful or not data - When success is true, contains an "auth" AuthResult instance When success is false, contains an "error" FlickrError instance
AUTH_CHECK_TOKEN — Constant static property in class com.adobe.webapis.flickr.events.FlickrResultEvent
Constant for the authCheckToken event type.
AUTH_END_POINT — Constant static property in class com.adobe.webapis.flickr.FlickrService
The endpoint where we go for authentication
authGetFrob — Event in class com.adobe.webapis.flickr.methodgroups.Auth
Broadcast as a result of the getFrob method being called The event contains the following properties success - Boolean indicating if the call was successful or not data - When success is true, contains a "frob" string (the frob value to be used for authentication) When success is false, contains an "error" FlickrError instance
AUTH_GET_FROB — Constant static property in class com.adobe.webapis.flickr.events.FlickrResultEvent
Constant for the authGetFrob event type.
authGetToken — Event in class com.adobe.webapis.flickr.methodgroups.Auth
Broadcast as a result of the getToken method being called The event contains the following properties success - Boolean indicating if the call was successful or not data - When success is true, contains an "auth" AuthResult instance When success is false, contains an "error" FlickrError instance
AUTH_GET_TOKEN — Constant static property in class com.adobe.webapis.flickr.events.FlickrResultEvent
Constant for the authGetToken event type.
authorId — Property in class com.adobe.webapis.flickr.PhotoNote
The id of the author of the note
authorId — Property in class com.adobe.webapis.flickr.PhotoTag
The id of the author of the tag
authorName — Property in class com.adobe.webapis.flickr.PhotoNote
The name of the author of the note
AuthPerm — Class in package com.adobe.webapis.flickr
A class containing static members to be used for authentication permission when authenticating against flickr.com, describing the permission the application has on the logged in user's account.
AuthResult — Class in package com.adobe.webapis.flickr
AuthResult is a ValueObject for the Flickr API.
AuthResult() — Constructor in class com.adobe.webapis.flickr.AuthResult
Construct a new AuthResult instance
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z