|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jickr.Flickr
public class Flickr
Flickr access information. Also includes some static methods to perform certain generic tasks.
Method Summary | |
---|---|
static java.lang.String |
getApiKey()
Get the API key, after having stored it via setApiKey. |
static java.lang.String |
getBase()
Get the base URL for all requests. |
static java.lang.String |
getSharedSecret()
Get the Shared Secret for this app. |
static void |
setApiKey(java.lang.String newApiKey)
Set the API key for use in other parts of the library. |
static void |
setSharedSecret(java.lang.String newSharedSecret)
Set the shared secret for use in other parts of the library. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void setApiKey(java.lang.String newApiKey)
Note: This call has the side effect of setting java.net.useSystemProxies to true. If you don't know what that means, don't worry about it.
newApiKey
- Flickr API keypublic static java.lang.String getApiKey()
Flickr.setApiKey()
, or an
exception will be thrown.
setApiKey(String)
public static void setSharedSecret(java.lang.String newSharedSecret)
newSharedSecret
- Flickr Shared Secretpublic static java.lang.String getSharedSecret()
Flickr.setSharedSecret()
will result in an exception.
setSharedSecret(String)
public static java.lang.String getBase()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |