public class GoogleService
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static com.google.gdata.client.photos.PicasawebService
|
getGoogleService()
Get the instance of the connection
|
static java.lang.String |
getPassword()
Get the account password
|
static java.lang.String |
getUsername()
Get the account username
|
static boolean |
isNull()
Return if the connection is initiated
|
static void |
setNull()
Reset the connection
|
static void |
setPassword(java.lang.String password)
Set the account password
|
static void |
setUsername(java.lang.String username)
Set the account username
|
public static com.google.gdata.client.photos.PicasawebService getGoogleService() throws com.google.gdata.util.AuthenticationException
com.google.gdata.util.AuthenticationException
public static java.lang.String getUsername()
public static java.lang.String getPassword()
public static void setPassword(java.lang.String password)
password
- the account passwordpublic static void setUsername(java.lang.String username)
username
- the account usernamepublic static boolean isNull()
public static void setNull()