public class UserList extends TwitterObject
| Constructor and Description |
|---|
UserList(long id,
String name,
String fullName,
String uriPath,
String description,
String slug,
boolean isPublic,
boolean isFollowing,
int memberCount,
int subscriberCount) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getFullName() |
long |
getId() |
int |
getMemberCount() |
String |
getName() |
String |
getSlug() |
int |
getSubscriberCount() |
String |
getUriPath() |
boolean |
isFollowing() |
boolean |
isPublic() |
add, getExtraDatapublic long getId()
public String getName()
public String getFullName()
public String getUriPath()
public String getDescription()
public String getSlug()
public boolean isPublic()
public boolean isFollowing()
public int getMemberCount()
public int getSubscriberCount()