|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.main.campustream.GetUserInfo
public class GetUserInfo
Constructor Summary | |
---|---|
GetUserInfo()
|
Method Summary | |
---|---|
static Drawable |
GetAvatarIcon(java.lang.String url)
Gets the icon of the avatar at the specified URL. |
static java.lang.String |
GetUseravatar(java.lang.String URL)
Gets the avatar of the user at the specified URL as a web address. |
static java.lang.String |
GetUserbio(java.lang.String URL)
Gets the bio of the user at the specified URL. |
static java.lang.String |
GetUserfollowerscount(java.lang.String URL)
Gets the followers count of the user at the specified URL. |
static java.lang.String |
GetUserfollowscount(java.lang.String URL)
Gets the follow count of the user at the specified URL. |
static java.lang.String |
GetUserid(java.lang.String URL)
|
static java.lang.String |
GetUserJoinDate(java.lang.String URL)
Gets the join date of the user at the specified URL. |
static java.lang.String |
GetUsermajor(java.lang.String URL)
Gets the major(s) of the user at the specified URL. |
static java.lang.String |
GetUserminor(java.lang.String URL)
Gets the minor(s) of the user at the specified URL. |
static java.lang.String |
GetUsername(java.lang.String URL)
Gets the name of the user at the specified URL. |
static java.lang.String |
GetUserusername(java.lang.String URL)
Gets the username of the user at the specified URL. |
static java.lang.String |
GetUserwebsite(java.lang.String URL)
Gets the website of the user at the specified URL. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetUserInfo()
Method Detail |
---|
public static java.lang.String GetUserid(java.lang.String URL)
public static java.lang.String GetUserusername(java.lang.String URL)
URL
-
public static java.lang.String GetUsername(java.lang.String URL)
URL
-
public static java.lang.String GetUserbio(java.lang.String URL)
URL
-
public static java.lang.String GetUserwebsite(java.lang.String URL)
URL
-
public static java.lang.String GetUsermajor(java.lang.String URL)
URL
-
public static java.lang.String GetUserminor(java.lang.String URL)
URL
-
public static java.lang.String GetUserJoinDate(java.lang.String URL)
URL
-
public static java.lang.String GetUserfollowscount(java.lang.String URL)
URL
-
public static java.lang.String GetUserfollowerscount(java.lang.String URL)
URL
-
public static java.lang.String GetUseravatar(java.lang.String URL)
URL
-
public static Drawable GetAvatarIcon(java.lang.String url)
url
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |