java.lang.Object | |
↳ | com.cooliris.picasa.PicasaApi |
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PicasaApi.AuthAccount | |||||||||||
PicasaApi.Columns | Column names shared by multiple entry kinds. |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | RESULT_ERROR | ||||||||||
int | RESULT_NOT_MODIFIED | ||||||||||
int | RESULT_OK |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns a canonical username for a Gmail account.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns a canonical username for a Gmail account. Lowercases the username and strips off a "gmail.com" or "googlemail.com" domain, but leaves other domains alone. e.g., Passing in "User@gmail.com: will return "user".
username | The username to be canonicalized. |
---|