|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UserList
A data interface representing Basic list information element
| Field Summary |
|---|
| Fields inherited from interface twitter4j.TwitterResponse |
|---|
NONE, READ, READ_WRITE, READ_WRITE_DIRECTMESSAGES |
| Method Summary | |
|---|---|
String |
getDescription()
Returns the description of the list |
String |
getFullName()
Returns the full name of the list |
int |
getId()
Returns the id of the list |
int |
getMemberCount()
Returns the member count of the list |
String |
getName()
Returns the name of the list |
String |
getSlug()
Returns the slug of the list |
int |
getSubscriberCount()
Returns the subscriber count of the list |
URI |
getURI()
Returns the uri of the list |
User |
getUser()
Returns the user of the list |
boolean |
isFollowing()
Returns if the authenticated user is following the list |
boolean |
isPublic()
tests if the list is public |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Methods inherited from interface twitter4j.TwitterResponse |
|---|
getAccessLevel, getRateLimitStatus |
| Method Detail |
|---|
int getId()
String getName()
String getFullName()
String getSlug()
String getDescription()
int getSubscriberCount()
int getMemberCount()
URI getURI()
boolean isPublic()
User getUser()
boolean isFollowing()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||