com.main.campustream
Class GetUserInfo

java.lang.Object
  extended by com.main.campustream.GetUserInfo

public class GetUserInfo
extends java.lang.Object

Author:
Bryan Crabtree

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

GetUserInfo

public GetUserInfo()
Method Detail

GetUserid

public static java.lang.String GetUserid(java.lang.String URL)

GetUserusername

public static java.lang.String GetUserusername(java.lang.String URL)
Gets the username of the user at the specified URL.

Parameters:
URL -
Returns:

GetUsername

public static java.lang.String GetUsername(java.lang.String URL)
Gets the name of the user at the specified URL.

Parameters:
URL -
Returns:

GetUserbio

public static java.lang.String GetUserbio(java.lang.String URL)
Gets the bio of the user at the specified URL.

Parameters:
URL -
Returns:

GetUserwebsite

public static java.lang.String GetUserwebsite(java.lang.String URL)
Gets the website of the user at the specified URL.

Parameters:
URL -
Returns:

GetUsermajor

public static java.lang.String GetUsermajor(java.lang.String URL)
Gets the major(s) of the user at the specified URL.

Parameters:
URL -
Returns:

GetUserminor

public static java.lang.String GetUserminor(java.lang.String URL)
Gets the minor(s) of the user at the specified URL.

Parameters:
URL -
Returns:

GetUserJoinDate

public static java.lang.String GetUserJoinDate(java.lang.String URL)
Gets the join date of the user at the specified URL.

Parameters:
URL -
Returns:

GetUserfollowscount

public static java.lang.String GetUserfollowscount(java.lang.String URL)
Gets the follow count of the user at the specified URL.

Parameters:
URL -
Returns:

GetUserfollowerscount

public static java.lang.String GetUserfollowerscount(java.lang.String URL)
Gets the followers count of the user at the specified URL.

Parameters:
URL -
Returns:

GetUseravatar

public static java.lang.String GetUseravatar(java.lang.String URL)
Gets the avatar of the user at the specified URL as a web address.

Parameters:
URL -
Returns:

GetAvatarIcon

public static Drawable GetAvatarIcon(java.lang.String url)
Gets the icon of the avatar at the specified URL.

Parameters:
url -
Returns: